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