mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
changed Pointer_stringify to UTF8ToString in screenshot.cpp
This commit is contained in:
parent
f05fa60400
commit
5ba7b4ce11
@ -184,7 +184,7 @@ EX namespace svg {
|
||||
EM_ASM_({
|
||||
var x=window.open();
|
||||
x.document.open();
|
||||
x.document.write(Pointer_stringify($0));
|
||||
x.document.write(UTF8ToString($0));
|
||||
x.document.close();
|
||||
}, f.s.c_str());
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user