mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -04:00
*** empty log message ***
This commit is contained in:
parent
af7d856efc
commit
0ec66737d1
@ -38,6 +38,8 @@ class FunctionInterval(Interval):
|
|||||||
"""
|
"""
|
||||||
# Evaluate the function
|
# Evaluate the function
|
||||||
apply(self.function, self.extraArgs)
|
apply(self.function, self.extraArgs)
|
||||||
|
# Print debug information
|
||||||
|
self.notify.debug('updateFunc() - %s: executing Function' % self.name)
|
||||||
|
|
||||||
### FunctionInterval subclass for throwing events ###
|
### FunctionInterval subclass for throwing events ###
|
||||||
class EventInterval(FunctionInterval):
|
class EventInterval(FunctionInterval):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user