keep track of playRate for animMixer calculations

This commit is contained in:
Samir Naik 2006-02-23 03:23:49 +00:00
parent 8c88c3cf97
commit 11a5ffd557

View File

@ -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):