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