Initialize glfw for --debug-config as well
This commit is contained in:
parent
45b0233f60
commit
d16215ab6e
@ -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…
x
Reference in New Issue
Block a user