mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove reference to PiratesGlobals
This commit is contained in:
parent
a05d33883a
commit
582f75471a
@ -57,7 +57,7 @@ class DistributedCartesianGridAI(DistributedNodeAI.DistributedNodeAI,
|
|||||||
def removeObjectFromGrid(self, av):
|
def removeObjectFromGrid(self, av):
|
||||||
# TODO: WHAT LOCATION SHOULD WE SET THIS TO?
|
# TODO: WHAT LOCATION SHOULD WE SET THIS TO?
|
||||||
#av.wrtReparentTo(self.parentNP)
|
#av.wrtReparentTo(self.parentNP)
|
||||||
av.setLocation(self.air.districtId, PiratesGlobals.TestZone)
|
#av.setLocation(self.air.districtId, 1000)
|
||||||
|
|
||||||
# Remove grid parent for this av
|
# Remove grid parent for this av
|
||||||
avId = av.doId
|
avId = av.doId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user