mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +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.model = model;
|
||||||
this.onLoad(this);
|
this.onLoad(this);
|
||||||
|
}, () => {
|
||||||
|
this.unload();
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user