Browse Source

fixes determination of earliest collision

Darren Ranalli 16 years ago
parent
commit
61f4c5c113
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/collide/collisionHandlerFluidPusher.cxx

+ 0 - 1
panda/src/collide/collisionHandlerFluidPusher.cxx

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