we don't necessarily use hidden any more

This commit is contained in:
David Rose 2003-11-18 00:53:44 +00:00
parent b25970c3c4
commit 2e43204757

View File

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