This commit is contained in:
Anuken 2019-03-11 17:18:37 -04:00
parent b0c1aff783
commit 70f7fc29d4

View File

@ -63,12 +63,6 @@ public class Control implements ApplicationListener{
Draw.scl = 1f / Core.atlas.find("scale_marker").getWidth();
content.initialize(Content::load);
/*
if(Core.atlas.getTextures().size != 1){
throw new IllegalStateException("Atlas must be exactly one texture. " +
"If more textures are used, the map editor will not display them correctly.");
}*/
data.load();
Core.settings.setAppName(appName);