mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
oops, reverse logic
This commit is contained in:
parent
6526d3a57a
commit
54d7527019
@ -70,7 +70,7 @@ class ClientRepositoryBase(ConnectionRepository):
|
||||
no deferring will occur."""
|
||||
|
||||
self.deferInterval = deferInterval
|
||||
self.setHandleCUpdates(self.deferInterval != 0)
|
||||
self.setHandleCUpdates(self.deferInterval == 0)
|
||||
|
||||
if self.deferredGenerates:
|
||||
taskMgr.remove('deferredGenerate')
|
||||
|
Loading…
x
Reference in New Issue
Block a user