Fix/remove black void if hires-tiles cant load

This commit is contained in:
Lukas Rieger (Blue) 2024-10-04 23:20:28 +02:00
parent 0d64bc0adf
commit 7829f31230
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -66,6 +66,8 @@ export class Tile {
this.model = model;
this.onLoad(this);
}, () => {
this.unload();
})
.finally(() => {
this.loading = false;