multi-sleep off by default

This commit is contained in:
David Rose 2009-06-10 18:55:35 +00:00
parent aefe3d35c2
commit 483d525940

View File

@ -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