From 2e43204757b0b68dcf0c8aa0d66e0b3080cccf22 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 18 Nov 2003 00:53:44 +0000 Subject: [PATCH] we don't necessarily use hidden any more --- direct/src/distributed/CRCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/CRCache.py b/direct/src/distributed/CRCache.py index ae1b174be2..340b6fc0a7 100644 --- a/direct/src/distributed/CRCache.py +++ b/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