mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
oopsy
This commit is contained in:
parent
5a32627a8d
commit
bc22e0d52d
@ -53,6 +53,7 @@ class IntervalManager(CIntervalManager):
|
||||
# on the still-running intervals.
|
||||
index = self.getNextRemoval()
|
||||
while index >= 0:
|
||||
if self.ivals[index]:
|
||||
self.ivals[index].privPostEvent()
|
||||
self.ivals[index] = None
|
||||
index = self.getNextRemoval()
|
||||
|
Loading…
x
Reference in New Issue
Block a user