This commit is contained in:
Anuken
2025-05-14 09:59:37 -04:00
parent bfbc376e92
commit 3fcb24377a
3 changed files with 67 additions and 66 deletions

View File

@@ -63,7 +63,6 @@ public class Schematics implements Loadable{
private long lastClearTime;
public Schematics(){
Events.on(ClientLoadEvent.class, event -> {
errorTexture = new Texture("sprites/error.png");
});