mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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
|
# Overridden from the C++ function to call privPostEvent
|
||||||
# afterward. We do this by renaming the C++ function in
|
# afterward. We do this by renaming the C++ function in
|
||||||
# FFIRename.
|
# FFIRename.
|
||||||
self.__cSetT(t)
|
self._priv__cSetT(t)
|
||||||
self.privPostEvent()
|
self.privPostEvent()
|
||||||
|
|
||||||
def play(self, t0 = 0.0, duration = None, scale = 1.0):
|
def play(self, t0 = 0.0, duration = None, scale = 1.0):
|
||||||
|
@ -44,7 +44,7 @@ methodRenameDictionary = {
|
|||||||
'operator<<=' : '__ilshift__',
|
'operator<<=' : '__ilshift__',
|
||||||
'operator>>=' : '__irshift__',
|
'operator>>=' : '__irshift__',
|
||||||
'print' : 'Cprint',
|
'print' : 'Cprint',
|
||||||
'CInterval.setT' : '__cSetT',
|
'CInterval.setT' : '_priv__cSetT',
|
||||||
}
|
}
|
||||||
|
|
||||||
classRenameDictionary = {
|
classRenameDictionary = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user