mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-20 19:10:50 -05:00
Changed an init value that prevented function intervals which, if appeared
first in a track, didn't get played.
This commit is contained in:
@@ -27,7 +27,7 @@ class Interval(DirectObject):
|
||||
self.name = name
|
||||
self.duration = duration
|
||||
self.curr_t = 0.0
|
||||
self.prev_t = 0.0
|
||||
self.prev_t = -1
|
||||
self.stopEventList = []
|
||||
self.setTHooks = []
|
||||
# Set true if interval responds to setT(t): t>duration
|
||||
|
||||
Reference in New Issue
Block a user