浏览代码

tcr -> cr

Darren Ranalli 22 年之前
父节点
当前提交
815d15ee4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/level/VisibilityBlocker.py

+ 1 - 1
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):