mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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):
|
||||
self.notify.debug('delete')
|
||||
DistributedObject.DistributedObject.delete(self)
|
||||
# remove factory menu to SpeedChat
|
||||
toonbase.localToon.chatMgr.chatInputSpeedChat.removeFactoryMenu()
|
||||
|
||||
def getDoorwayNode(self, doorwayNum):
|
||||
# returns node that doors should parent themselves to
|
||||
return self.doorwayNum2Node[doorwayNum]
|
||||
|
Loading…
x
Reference in New Issue
Block a user