...
This commit is contained in:
parent
b1869c8369
commit
a52c4670dc
@ -89,7 +89,7 @@ def on_glfw_error(code, msg):
|
|||||||
msg = msg.decode('utf-8')
|
msg = msg.decode('utf-8')
|
||||||
except Exception:
|
except Exception:
|
||||||
msg = repr(msg)
|
msg = repr(msg)
|
||||||
print('[glfw error]:', msg, file=sys.stderr)
|
print('[glfw error] ', msg, file=sys.stderr)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user