mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix failover to dx8 if dx9 not supported by drivers
This commit is contained in:
parent
dc22affd43
commit
edf278f712
@ -857,9 +857,9 @@ class ShowBase(DirectObject.DirectObject):
|
||||
for bt in self.buttonThrowers:
|
||||
mw = bt.getParent()
|
||||
mk = mw.getParent()
|
||||
bt.remove()
|
||||
mw.remove()
|
||||
mk.remove()
|
||||
bt.removeNode()
|
||||
mw.removeNode()
|
||||
mk.removeNode()
|
||||
|
||||
# For each mouse/keyboard device, we create
|
||||
# - MouseAndKeyboard
|
||||
|
Loading…
x
Reference in New Issue
Block a user