Compare commits
No commits in common. "823901c4680e0ceaf7f92b19ff767f249ea7a314" and "00de17248bd3a970d4d69180a5b5dae9b887f5d0" have entirely different histories.
823901c468
...
00de17248b
|
@ -1559,7 +1559,7 @@ void ffi_load() {
|
||||||
JS_SetPropertyStr(js, globalThis, "window", window2js(&mainwin));
|
JS_SetPropertyStr(js, globalThis, "window", window2js(&mainwin));
|
||||||
JS_SetPropertyStr(js, globalThis, "texture", JS_DupValue(js,texture_proto));
|
JS_SetPropertyStr(js, globalThis, "texture", JS_DupValue(js,texture_proto));
|
||||||
|
|
||||||
//JS_SetPropertyStr(js, globalThis, "steam", js_init_steam(js));
|
JS_SetPropertyStr(js, globalThis, "steam", js_init_steam(js));
|
||||||
|
|
||||||
sound_proto = JS_NewObject(js);
|
sound_proto = JS_NewObject(js);
|
||||||
JS_SetPropertyStr(js,globalThis, "sound_proto", sound_proto);
|
JS_SetPropertyStr(js,globalThis, "sound_proto", sound_proto);
|
||||||
|
|
Loading…
Reference in a new issue