You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various assorted warnings
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp.
This commit is contained in:
@@ -30,9 +30,10 @@
|
||||
#include "broad_phase_basic.h"
|
||||
#include "list.h"
|
||||
#include "print_string.h"
|
||||
|
||||
BroadPhaseSW::ID BroadPhaseBasic::create(CollisionObjectSW *p_object, int p_subindex) {
|
||||
|
||||
ERR_FAIL_COND_V(p_object == NULL, NULL);
|
||||
ERR_FAIL_COND_V(p_object == NULL, 0);
|
||||
|
||||
current++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user