mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
removed errant print
This commit is contained in:
parent
e915c44328
commit
b292e06ff6
@ -92,8 +92,6 @@ class AnimControlInterval(Interval.Interval):
|
|||||||
numFrames = self.controls.getAnim(0).getNumFrames()
|
numFrames = self.controls.getAnim(0).getNumFrames()
|
||||||
self.endFrame = numFrames - 1
|
self.endFrame = numFrames - 1
|
||||||
|
|
||||||
print self.startFrame, self.endFrame
|
|
||||||
|
|
||||||
# Must we play the animation backwards? We play backwards if
|
# Must we play the animation backwards? We play backwards if
|
||||||
# either (or both) of the following is true: the playRate is
|
# either (or both) of the following is true: the playRate is
|
||||||
# negative, or endFrame is before startFrame.
|
# negative, or endFrame is before startFrame.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user