David Rose 22 years ago
parent
commit
02ec418bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/collide/collisionEntry.cxx

+ 1 - 1
panda/src/collide/collisionEntry.cxx

@@ -153,7 +153,7 @@ get_all(const NodePath &space, LPoint3f &surface_point,
     interior_point = _interior_point * mat;
   }
 
-  return true;
+  return all_ok;
 }
 
 ////////////////////////////////////////////////////////////////////