Change default wasm path to /
This commit is contained in:
parent
afad957520
commit
e64c275a79
|
@ -429,7 +429,7 @@ var WebAssemblyApp = {
|
||||||
wasmSession = sessionId;
|
wasmSession = sessionId;
|
||||||
if (!!this.ooui_StartWebAssemblySession_method) {
|
if (!!this.ooui_StartWebAssemblySession_method) {
|
||||||
var initialSize = getSize ();
|
var initialSize = getSize ();
|
||||||
MonoRuntime.call_method (this.ooui_StartWebAssemblySession_method, null, [MonoRuntime.mono_string (sessionId), MonoRuntime.mono_string (""), MonoRuntime.mono_string (Math.round(initialSize.width) + " " + Math.round(initialSize.height))]);
|
MonoRuntime.call_method (this.ooui_StartWebAssemblySession_method, null, [MonoRuntime.mono_string (sessionId), MonoRuntime.mono_string ("/"), MonoRuntime.mono_string (Math.round(initialSize.width) + " " + Math.round(initialSize.height))]);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|
Loading…
Reference in New Issue