don't do a setLocation to 0,0 when removingObjectFromGrid

This commit is contained in:
Samir Naik 2005-05-20 18:41:30 +00:00
parent f33c4e88de
commit 7b4b700765

View File

@ -137,8 +137,9 @@ class DistributedCartesianGrid(DistributedNode.DistributedNode,
def removeObjectFromGrid(self, av):
# TODO: WHAT LOCATION SHOULD WE SET THIS TO?
av.reparentTo(hidden)
av.b_setLocation(0,0)
#av.reparentTo(hidden)
av.detachNode()
#av.b_setLocation(0,0)
def handleAvatarZoneChange(self, av, zoneId):