This commit is contained in:
Anuken
2020-06-25 22:34:38 -04:00
parent c12865eabc
commit 96f41b0cf3
4 changed files with 0 additions and 33 deletions
-6
View File
@@ -69,12 +69,6 @@ public class Schematics implements Loadable{
}
});
Events.on(ContentReloadEvent.class, event -> {
previews.each((schem, m) -> m.dispose());
previews.clear();
load();
});
Events.on(ClientLoadEvent.class, event -> {
Pixmap pixmap = Core.atlas.getPixmap("error").crop();
errorTexture = new Texture(pixmap);