mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Fix missing imports in showbase when using sticky keys (was broken with commit 0aa0f34c7498131ab67077be83be3c93a0e9ca83)
This commit is contained in:
parent
6b7cbc5f2f
commit
e178ca4c9b
@ -9,6 +9,8 @@ __all__ = ['ShowBase', 'WindowControls']
|
||||
|
||||
from panda3d.core import *
|
||||
from panda3d.direct import get_config_showbase, throw_new_frame, init_app_for_gui
|
||||
from panda3d.direct import storeAccessibilityShortcutKeys, allowAccessibilityShortcutKeys
|
||||
|
||||
|
||||
# This needs to be available early for DirectGUI imports
|
||||
import __builtin__ as builtins
|
||||
|
Loading…
x
Reference in New Issue
Block a user