This commit is contained in:
David Rose 2007-04-09 20:23:36 +00:00
parent dd82d38eb9
commit f7e01783ba

View File

@ -32,7 +32,7 @@ class Loader(DirectObject):
def gotObject(self, index, object): def gotObject(self, index, object):
self.objects[index] = object self.objects[index] = object
a self.numRemaining -= 1 self.numRemaining -= 1
if self.numRemaining == 0: if self.numRemaining == 0:
if self.gotList: if self.gotList: