mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #46 - Fix pointer lock issue (sorta)
This commit is contained in:
@ -196,6 +196,13 @@ function initializeClientPlatfSP(spImports) {
|
||||
}
|
||||
};
|
||||
|
||||
window.__curEaglerX188UnloadListenerCB = function() {
|
||||
if(workerObj) {
|
||||
workerObj.postMessage({
|
||||
"ch": "~!WASM_AUTOSAVE"
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
function initializeNoClientPlatfSP(spImports) {
|
||||
|
Reference in New Issue
Block a user