...
This commit is contained in:
parent
b1869c8369
commit
a52c4670dc
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def on_glfw_error(code, msg):
|
|||
msg = msg.decode('utf-8')
|
||||
except Exception:
|
||||
msg = repr(msg)
|
||||
print('[glfw error]:', msg, file=sys.stderr)
|
||||
print('[glfw error] ', msg, file=sys.stderr)
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in a new issue