mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
multi-sleep off by default
This commit is contained in:
parent
aefe3d35c2
commit
483d525940
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user