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