Browse Source

revert accidental debug checkin

David Rose 13 years ago
parent
commit
c2fb0e11a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/distort/projectionScreen.cxx

+ 1 - 1
panda/src/distort/projectionScreen.cxx

@@ -514,7 +514,7 @@ recompute_geom_node(const WorkingNodePath &np, LMatrix4 &rel_mat,
       << "  " << *node << " got geom " << geom
       << "  " << *node << " got geom " << geom
       << ", cache_ref = " << geom->get_cache_ref_count() << "\n";
       << ", cache_ref = " << geom->get_cache_ref_count() << "\n";
     geom->test_ref_count_integrity();
     geom->test_ref_count_integrity();
-    //recompute_geom(geom, rel_mat);
+    recompute_geom(geom, rel_mat);
   }
   }
 }
 }