From ac8f54acc7ab3d0dc6ca10fb009a970fc24ccd2f Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 24 Sep 2004 22:32:19 +0000 Subject: [PATCH] renamed igLooP --- direct/src/level/DistributedLevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/level/DistributedLevel.py b/direct/src/level/DistributedLevel.py index f3e111015b..c7c912b4bf 100755 --- a/direct/src/level/DistributedLevel.py +++ b/direct/src/level/DistributedLevel.py @@ -665,7 +665,7 @@ class DistributedLevel(DistributedObject.DistributedObject, self.fForceSetZoneThisFrame = 1 def visChangeTask(self, task): - # this runs just before igloop; if viz lists have changed + # this runs just before igLoop; if viz lists have changed # this frame, updates the visibility and sends out a setZoneMsg if self.visChangedThisFrame or self.fForceSetZoneThisFrame: self.updateVisibility()