mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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):
|
||||
# TODO: WHAT LOCATION SHOULD WE SET THIS TO?
|
||||
#av.wrtReparentTo(self.parentNP)
|
||||
av.setLocation(self.air.districtId, PiratesGlobals.TestZone)
|
||||
#av.setLocation(self.air.districtId, 1000)
|
||||
|
||||
# Remove grid parent for this av
|
||||
avId = av.doId
|
||||
|
Loading…
x
Reference in New Issue
Block a user