mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
remove factory menu on exit
This commit is contained in:
parent
891c04db07
commit
69b650ec4d
@ -224,6 +224,9 @@ class DistributedLevel(DistributedObject.DistributedObject,
|
|||||||
def delete(self):
|
def delete(self):
|
||||||
self.notify.debug('delete')
|
self.notify.debug('delete')
|
||||||
DistributedObject.DistributedObject.delete(self)
|
DistributedObject.DistributedObject.delete(self)
|
||||||
|
# remove factory menu to SpeedChat
|
||||||
|
toonbase.localToon.chatMgr.chatInputSpeedChat.removeFactoryMenu()
|
||||||
|
|
||||||
def getDoorwayNode(self, doorwayNum):
|
def getDoorwayNode(self, doorwayNum):
|
||||||
# returns node that doors should parent themselves to
|
# returns node that doors should parent themselves to
|
||||||
return self.doorwayNum2Node[doorwayNum]
|
return self.doorwayNum2Node[doorwayNum]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user