Fixed wrong function call
This commit is contained in:
parent
5324bbb772
commit
df2a626b49
|
@ -996,7 +996,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset() {
|
void reset() {
|
||||||
result_collision_objects.empty();
|
result_collision_objects.clear();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue