Fixed wrong function call

(cherry picked from commit df2a626b49)
This commit is contained in:
Andrea Catania 2018-04-12 11:02:43 +02:00 committed by Hein-Pieter van Braam
parent 7f64090401
commit 739c14b07d
1 changed files with 1 additions and 1 deletions

View File

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