From 815d15ee4bf64954caafb5771c87bb7cf3da55ba Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 22 Jan 2004 02:06:28 +0000 Subject: [PATCH] tcr -> cr --- direct/src/level/VisibilityBlocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/level/VisibilityBlocker.py b/direct/src/level/VisibilityBlocker.py index ad53cf322a..64364a7ae6 100755 --- a/direct/src/level/VisibilityBlocker.py +++ b/direct/src/level/VisibilityBlocker.py @@ -21,7 +21,7 @@ class VisibilityBlocker: """derived class should call this before the end of the frame in which they cause the visibility to be extended. okToUnblockVis (see below) will be called when it's safe to show the new zones.""" - self.accept(self.level.tcr.getNextSetZoneDoneEvent(), + self.accept(self.level.cr.getNextSetZoneDoneEvent(), self.okToUnblockVis) def okToUnblockVis(self):