1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Fixed wrong function call

This commit is contained in:
Andrea Catania
2018-04-12 11:02:43 +02:00
parent 5324bbb772
commit df2a626b49

View File

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