mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
remove old panda support
This commit is contained in:
parent
63a948749a
commit
36517ac3b7
@ -241,10 +241,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
self.openDefaultWindow(startDirect = False, props=props)
|
||||
|
||||
self.loader = Loader.Loader(self)
|
||||
|
||||
# Temporary hasattr for old Pandas.
|
||||
if hasattr(self.graphicsEngine, 'setDefaultLoader'):
|
||||
self.graphicsEngine.setDefaultLoader(self.loader.loader)
|
||||
self.graphicsEngine.setDefaultLoader(self.loader.loader)
|
||||
|
||||
self.eventMgr = eventMgr
|
||||
self.messenger = messenger
|
||||
|
Loading…
x
Reference in New Issue
Block a user