Browse Source

Fixed wrong function call

Andrea Catania 7 years ago
parent
commit
df2a626b49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/bullet/space_bullet.cpp

+ 1 - 1
modules/bullet/space_bullet.cpp

@@ -996,7 +996,7 @@ public:
 	}
 	}
 
 
 	void reset() {
 	void reset() {
-		result_collision_objects.empty();
+		result_collision_objects.clear();
 	}
 	}
 };
 };