mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
fixes determination of earliest collision
This commit is contained in:
parent
1a8b3e05a3
commit
61f4c5c113
@ -173,7 +173,6 @@ handle_entries() {
|
||||
if (entry->collided() && ((C == 0) || (entry->get_t() < C->get_t()))) {
|
||||
nassertr(from_node_path == entry->get_from_node_path(), false);
|
||||
C = entry;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user