Initialize glfw for --debug-config as well
This commit is contained in:
parent
45b0233f60
commit
d16215ab6e
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ def _main():
|
|||
args, rest = parse_args(args=args)
|
||||
args.args = rest
|
||||
if args.debug_config:
|
||||
init_glfw(args.debug_keyboard) # needed for parsing native keysyms
|
||||
create_opts(args, debug_config=True)
|
||||
return
|
||||
if getattr(args, 'detach', False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue