mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
remove old panda support
This commit is contained in:
parent
68f687772b
commit
b75432262a
@ -1118,9 +1118,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
dr.setClearDepthActive(1)
|
||||
|
||||
# Make any texture reloads on the gui come up immediately.
|
||||
# Temporary hasattr for old Pandas.
|
||||
if hasattr(dr, 'setIncompleteRender'):
|
||||
dr.setIncompleteRender(False)
|
||||
dr.setIncompleteRender(False)
|
||||
|
||||
left, right, bottom, top = coords
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user