mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fixed CInterval.setT ffi problem
This commit is contained in:
parent
f8000948e5
commit
2950347587
@ -11,7 +11,7 @@
|
||||
# Overridden from the C++ function to call privPostEvent
|
||||
# afterward. We do this by renaming the C++ function in
|
||||
# FFIRename.
|
||||
self.__cSetT(t)
|
||||
self._priv__cSetT(t)
|
||||
self.privPostEvent()
|
||||
|
||||
def play(self, t0 = 0.0, duration = None, scale = 1.0):
|
||||
|
@ -44,7 +44,7 @@ methodRenameDictionary = {
|
||||
'operator<<=' : '__ilshift__',
|
||||
'operator>>=' : '__irshift__',
|
||||
'print' : 'Cprint',
|
||||
'CInterval.setT' : '__cSetT',
|
||||
'CInterval.setT' : '_priv__cSetT',
|
||||
}
|
||||
|
||||
classRenameDictionary = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user