diff --git a/core/src/io/anuke/mindustry/core/Control.java b/core/src/io/anuke/mindustry/core/Control.java index 1ec4d8176e..f4dbf86f18 100644 --- a/core/src/io/anuke/mindustry/core/Control.java +++ b/core/src/io/anuke/mindustry/core/Control.java @@ -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);