fixes determination of earliest collision

This commit is contained in:
Darren Ranalli 2009-08-10 21:26:14 +00:00
parent 1a8b3e05a3
commit 61f4c5c113

View File

@ -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;
}
}