mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fix for parlor game/tutorial teleporting.
This commit is contained in:
parent
d1841736bf
commit
c568c06881
@ -41,6 +41,8 @@ class DistributedCartesianGrid(DistributedNode.DistributedNode,
|
|||||||
|
|
||||||
def delete(self):
|
def delete(self):
|
||||||
DistributedNode.DistributedNode.delete(self)
|
DistributedNode.DistributedNode.delete(self)
|
||||||
|
# TODO: when teleporting off an island...
|
||||||
|
taskMgr.remove(self.taskName("processVisibility"))
|
||||||
|
|
||||||
def isGridParent(self):
|
def isGridParent(self):
|
||||||
# If this distributed object is a DistributedGrid return 1. 0 by default
|
# If this distributed object is a DistributedGrid return 1. 0 by default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user