mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -05:00
Update #50 - Bug fixes and shader improvements
This commit is contained in:
@ -245,6 +245,10 @@ window.main = async function() {
|
||||
}
|
||||
}
|
||||
|
||||
if(assetsURI.startsWith("data:")) {
|
||||
delete window.eaglercraftXOpts.assetsURI;
|
||||
}
|
||||
|
||||
const rootElement = /** @type {HTMLElement} */ (document.getElementById(containerId));
|
||||
|
||||
if(!rootElement) {
|
||||
|
Reference in New Issue
Block a user