mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
checked in TODO comment about creating objects that have no location
This commit is contained in:
parent
dced7485a0
commit
91f6de31d2
@ -299,6 +299,7 @@ class AsyncRequest(DirectObject):
|
|||||||
assert self.notify.debugCall()
|
assert self.notify.debugCall()
|
||||||
assert not self.__deleted
|
assert not self.__deleted
|
||||||
isInDoId2do = doId in self.air.doId2do
|
isInDoId2do = doId in self.air.doId2do
|
||||||
|
# TODO: this creates an object with no location
|
||||||
distObj = self.air.generateGlobalObject(doId, className, values)
|
distObj = self.air.generateGlobalObject(doId, className, values)
|
||||||
if not isInDoId2do and game.name == 'uberDog':
|
if not isInDoId2do and game.name == 'uberDog':
|
||||||
# only remove doId if this is the uberdog?, in pirates this was
|
# only remove doId if this is the uberdog?, in pirates this was
|
||||||
|
Loading…
x
Reference in New Issue
Block a user