Various tweaks

This commit is contained in:
Anuken
2020-03-25 23:28:20 -04:00
parent e7ffb0214f
commit f966489298
4 changed files with 6 additions and 11 deletions

View File

@@ -218,7 +218,7 @@ public class PlanetDialog extends FloatingDialog{
}
if(sec.hostility >= 0f){
//drawSelection(sec, Color.scarlet, 0.1f * sec.hostility);
drawSelection(sec, Color.scarlet, 0.1f * sec.hostility);
}
}