Explorar o código

Merge pull request #18140 from AndreaCatania/coverity1

Fixed wrong function call
Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
23fc8ca223
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/bullet/space_bullet.cpp

+ 1 - 1
modules/bullet/space_bullet.cpp

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