keep track of playRate for animMixer calculations
This commit is contained in:
parent
8c88c3cf97
commit
11a5ffd557
|
|
@ -51,6 +51,7 @@ class ActorInterval(Interval.Interval):
|
|||
self.loopAnim = loop
|
||||
self.constrainedLoop = constrainedLoop
|
||||
self.forceUpdate = forceUpdate
|
||||
self.playRate = playRate
|
||||
|
||||
# If no name specified, use id as name
|
||||
if (name == None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue