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();
}
};