mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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
|
from PandaModules import NodePath
|
||||||
for obj in self.dict.values():
|
for obj in self.dict.values():
|
||||||
if isinstance(obj, NodePath):
|
if isinstance(obj, NodePath):
|
||||||
assert(not obj.isEmpty() and obj.getTopNode() == hidden.node())
|
assert(not obj.isEmpty() and obj.getTopNode() != render.node())
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user