mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
we don't necessarily use hidden any more
This commit is contained in:
parent
b25970c3c4
commit
2e43204757
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user