mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-21 18:16:09 +01:00
Fix/remove black void if hires-tiles cant load
This commit is contained in:
parent
0d64bc0adf
commit
7829f31230
@ -66,6 +66,8 @@ export class Tile {
|
||||
|
||||
this.model = model;
|
||||
this.onLoad(this);
|
||||
}, () => {
|
||||
this.unload();
|
||||
})
|
||||
.finally(() => {
|
||||
this.loading = false;
|
||||
|
Loading…
Reference in New Issue
Block a user