mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
createReady() is better as a method than a global event
This commit is contained in:
parent
cb0fd70fe6
commit
c08296e27f
@ -50,6 +50,9 @@ class ClientRepository(ClientRepositoryBase):
|
||||
|
||||
self.ourChannel = self.doIdBase
|
||||
|
||||
self.createReady()
|
||||
|
||||
def createReady(self):
|
||||
# Now that we've got a doId range, we can safely generate new
|
||||
# distributed objects.
|
||||
messenger.send('createReady')
|
||||
|
Loading…
x
Reference in New Issue
Block a user