mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
d7f510ea9b
commit
d5956b649c
@ -42,6 +42,7 @@ class ClientDistUpdate:
|
|||||||
#assert(aClass.__dict__.has_key(self.name))
|
#assert(aClass.__dict__.has_key(self.name))
|
||||||
#func = aClass.__dict__[self.name]
|
#func = aClass.__dict__[self.name]
|
||||||
func = eval(cdc.name + "." + cdc.name + "." + self.name)
|
func = eval(cdc.name + "." + cdc.name + "." + self.name)
|
||||||
|
print("Calling: " + cdc.name + "." + cdc.name + "." + self.name)
|
||||||
# Get the arguments into a list
|
# Get the arguments into a list
|
||||||
args = self.extractArgs(di)
|
args = self.extractArgs(di)
|
||||||
# Apply the function to the object with the arguments
|
# Apply the function to the object with the arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user