Преглед на файлове

multi-sleep off by default

David Rose преди 16 години
родител
ревизия
483d525940
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
direct/src/showbase/ShowBase.py

@@ -355,7 +355,7 @@ class ShowBase(DirectObject.DirectObject):
         # adds a sleep right after the main render in igloop
         # tends to even out the frame rate and keeps it from going
         # to zero in the out of focus windows
-        if base.config.GetBool('multi-sleep', 1):
+        if base.config.GetBool('multi-sleep', 0):
             self.multiClientSleep = 1
         else:
             self.multiClientSleep = 0