mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #45 - Fixed various issues with the client
This commit is contained in:
@ -199,6 +199,13 @@ function swapDelayImpl() {
|
||||
|
||||
eagruntimeImpl.platformRuntime["immediateContinue"] = new WebAssembly.Suspending(immediateContinueImpl);
|
||||
|
||||
/**
|
||||
* @return {boolean}
|
||||
*/
|
||||
eagruntimeImpl.platformRuntime["immediateContinueSupported"] = function() {
|
||||
return allowImmediateContinue;
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {number} id
|
||||
* @param {string} str
|
||||
|
Reference in New Issue
Block a user