readme
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user