mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oopsy
This commit is contained in:
parent
bc22e0d52d
commit
e5e32d60e2
@ -60,7 +60,8 @@ class IntervalManager(CIntervalManager):
|
||||
|
||||
index = self.getNextEvent()
|
||||
while index >= 0:
|
||||
self.ivals[index].privPostEvent()
|
||||
if self.ivals[index]:
|
||||
self.ivals[index].privPostEvent()
|
||||
index = self.getNextEvent()
|
||||
|
||||
def __storeInterval(self, interval, index):
|
||||
|
Loading…
x
Reference in New Issue
Block a user