mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #51 - Protocol and FPS improvements, better workspace
This commit is contained in:
@ -156,6 +156,13 @@ eagruntimeImpl.platformRuntime["writeCrashReport"] = function(crashDump) {
|
||||
displayCrashReport(crashDump, false);
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {string} crashDump
|
||||
*/
|
||||
eagruntimeImpl.platformRuntime["showContextLostScreen"] = function(crashDump) {
|
||||
showContextLostScreen(crashDump);
|
||||
};
|
||||
|
||||
eagruntimeImpl.platformRuntime["steadyTimeMillis"] = performance.now.bind(performance);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user