fix lint
This commit is contained in:
parent
7f534a41a6
commit
71188b3463
6 changed files with 9 additions and 12 deletions
|
|
@ -632,7 +632,7 @@ function loadMonoTextures() {
|
|||
src = URL.createObjectURL(monoTextures[mono.img]);
|
||||
monoTextureUrls[mono.img] = src;
|
||||
} else {
|
||||
const res = await fetch(mono.img);
|
||||
const res = await window.fetch(mono.img);
|
||||
const blob = await res.blob();
|
||||
monoTextures[mono.img] = blob;
|
||||
src = URL.createObjectURL(blob);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue