mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
*** empty log message ***
This commit is contained in:
parent
f6f60684b1
commit
3fa8028d25
@ -47,7 +47,8 @@ class ClientDistUpdate:
|
||||
do.LocalToon_initialized
|
||||
except:
|
||||
func = eval(cdc.name + "." + cdc.name + "." + self.name)
|
||||
print("Calling: " + cdc.name + "." + cdc.name + "." + self.name)
|
||||
print("Calling: " + cdc.name + "." + cdc.name + "." + self.name +
|
||||
" for do " + str(do.getDoId()))
|
||||
# Get the arguments into a list
|
||||
args = self.extractArgs(di)
|
||||
# Apply the function to the object with the arguments
|
||||
|
@ -39,7 +39,7 @@ class DistributedObject(PandaObject):
|
||||
self.cr.sendUpdate(self, fieldName, args)
|
||||
|
||||
def taskName(self, taskString):
|
||||
return (taskString + "-" + str(self.getDoId))
|
||||
return (taskString + "-" + str(self.getDoId()))
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user