From 2c14ae4ae42bbc189f31e4e69f70ddadf7f0cc27 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 24 Sep 2004 22:29:35 +0000 Subject: [PATCH] renamed igLoop --- direct/src/gui/DirectWaitBar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/gui/DirectWaitBar.py b/direct/src/gui/DirectWaitBar.py index d9cf20200a..be2ad02f08 100644 --- a/direct/src/gui/DirectWaitBar.py +++ b/direct/src/gui/DirectWaitBar.py @@ -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()