mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Cleanup
This commit is contained in:
parent
b0c1aff783
commit
70f7fc29d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user