David Rose il y a 17 ans
Parent
commit
53495298b2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      panda/src/pgraph/pandaNode.cxx

+ 1 - 1
panda/src/pgraph/pandaNode.cxx

@@ -2540,7 +2540,7 @@ get_internal_vertices(int pipeline_stage, Thread *current_thread) const {
     int internal_vertices;
     compute_internal_bounds(internal_bounds, internal_vertices,
                             pipeline_stage, current_thread);
-    nassertr(!internal_bounds.is_null(), NULL);
+    nassertr(!internal_bounds.is_null(), 0);
     
     // Now, acquire the lock, and apply the above-computed bounds.
     CDStageWriter cdataw(((PandaNode *)this)->_cycler, pipeline_stage);