Unlock tweaks

This commit is contained in:
Anuken
2020-03-19 12:45:21 -04:00
parent e9994794aa
commit c7bc05f560
5 changed files with 6 additions and 4 deletions

View File

@@ -213,7 +213,7 @@ public class PlanetDialog extends FloatingDialog{
batch.proj().mul(planet.getTransform(mat));
for(Sector sec : planet.sectors){
if(sec.save == null){
if(sec.locked()){
draw(sec, shadowColor, -0.001f);
}
}