This commit is contained in:
2026-07-05 10:14:01 -04:00
parent 50fa0f5258
commit 53a4a5b9c5
8 changed files with 35 additions and 65 deletions

View File

@@ -55,7 +55,6 @@ export class TextureHandler {
this.ctx.fillRect(pos.x, pos.y + half, half, half);
};
// Short circuit to avoid unnecessary network requests for known missing ids
if (id === ':missing') {
drawMissing();
return this.uvmap.get(id);