Browse Source

we don't necessarily use hidden any more

David Rose 22 years ago
parent
commit
2e43204757
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/CRCache.py

+ 1 - 1
direct/src/distributed/CRCache.py

@@ -89,5 +89,5 @@ class CRCache:
         from PandaModules import NodePath
         for obj in self.dict.values():
             if isinstance(obj, NodePath):
-                assert(not obj.isEmpty() and obj.getTopNode() == hidden.node())
+                assert(not obj.isEmpty() and obj.getTopNode() != render.node())
         return 1