mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-11-11 14:56:10 +03:00
Cleanup
This commit is contained in:
parent
e17052a452
commit
191d7fe1ef
@ -354,12 +354,6 @@ public class PlanetDialog extends FloatingDialog{
|
||||
t.addImage(c.icon(Cicon.small)).padRight(3);
|
||||
if(++idx % max == 0) t.row();
|
||||
}
|
||||
|
||||
//TODO terrain isn't relevant
|
||||
//for(int i = 0; i < Math.min(selected.data.floorCounts.length, 3); i++){
|
||||
// t.addImage(selected.data.floors[i].icon(Cicon.small)).padRight(3);
|
||||
// if(++idx % max == 0) t.row();
|
||||
//}
|
||||
}).fillX().row();
|
||||
|
||||
stable.row();
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=b45eff56366057e331c8ffc97eb28161b0f01bf0
|
||||
archash=f2ae212acde64f21ddc9804af0807098e797de08
|
||||
|
Loading…
Reference in New Issue
Block a user