mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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.ourChannel = self.doIdBase
|
||||||
|
|
||||||
|
self.createReady()
|
||||||
|
|
||||||
|
def createReady(self):
|
||||||
# Now that we've got a doId range, we can safely generate new
|
# Now that we've got a doId range, we can safely generate new
|
||||||
# distributed objects.
|
# distributed objects.
|
||||||
messenger.send('createReady')
|
messenger.send('createReady')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user