mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
*** empty log message ***
This commit is contained in:
parent
527b16a099
commit
d7f510ea9b
@ -120,6 +120,7 @@ class ClientRepository(DirectObject.DirectObject):
|
||||
def handleUpdateField(self, di):
|
||||
# Get the DO Id
|
||||
doId = di.getArg(STUint32)
|
||||
print("Updating " + str(doId))
|
||||
# Find the DO
|
||||
assert(self.doId2do.has_key(doId))
|
||||
do = self.doId2do[doId]
|
||||
|
Loading…
x
Reference in New Issue
Block a user