mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
clear_colliders() should clear handlers too
This commit is contained in:
parent
bd3201b67d
commit
8d69803105
@ -266,6 +266,7 @@ void CollisionTraverser::
|
||||
clear_colliders() {
|
||||
_colliders.clear();
|
||||
_ordered_colliders.clear();
|
||||
_handlers.clear();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user