From 70f7fc29d44afa907cd60319796c6c3edde612ae Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 11 Mar 2019 17:18:37 -0400 Subject: [PATCH] Cleanup --- core/src/io/anuke/mindustry/core/Control.java | 6 ------ 1 file changed, 6 deletions(-) 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);