Merge pull request #18140 from AndreaCatania/coverity1
Fixed wrong function call
This commit is contained in:
commit
23fc8ca223
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ public:
|
|||
}
|
||||
|
||||
void reset() {
|
||||
result_collision_objects.empty();
|
||||
result_collision_objects.clear();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue