Planet method renaming

This commit is contained in:
Anuken
2021-06-10 18:51:29 -04:00
parent c4803d29da
commit dfd2b22917
3 changed files with 4 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ public class PlanetRenderer implements Disposable{
public void renderTransparent(Planet planet){
if(!planet.visible()) return;
if(planet.isLandable() && planet == this.planet){
if(planet.hasGrid() && planet == this.planet){
renderSectors(planet);
}