renamed igLoop

This commit is contained in:
Dave Schuyler 2004-09-24 22:29:35 +00:00
parent c5a736e61b
commit 2c14ae4ae4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class DirectWaitBar(DirectFrame):
def update(self, value):
self['value'] = value
# Render a frame out-of-sync with the igloop to update the
# Render a frame out-of-sync with the igLoop to update the
# window right now. This allows the wait bar to be updated
# even though we are not normally rendering frames.
base.graphicsEngine.renderFrame()