mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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:
|
for bt in self.buttonThrowers:
|
||||||
mw = bt.getParent()
|
mw = bt.getParent()
|
||||||
mk = mw.getParent()
|
mk = mw.getParent()
|
||||||
bt.remove()
|
bt.removeNode()
|
||||||
mw.remove()
|
mw.removeNode()
|
||||||
mk.remove()
|
mk.removeNode()
|
||||||
|
|
||||||
# For each mouse/keyboard device, we create
|
# For each mouse/keyboard device, we create
|
||||||
# - MouseAndKeyboard
|
# - MouseAndKeyboard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user