Browse Source

renamed igLoop

Dave Schuyler 21 năm trước cách đây
mục cha
commit
2c14ae4ae4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      direct/src/gui/DirectWaitBar.py

+ 1 - 1
direct/src/gui/DirectWaitBar.py

@@ -78,7 +78,7 @@ class DirectWaitBar(DirectFrame):
     def update(self, value):
     def update(self, value):
         self['value'] = 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
         # window right now.  This allows the wait bar to be updated
         # even though we are not normally rendering frames.
         # even though we are not normally rendering frames.
         base.graphicsEngine.renderFrame()
         base.graphicsEngine.renderFrame()