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

@@ -593,7 +593,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
}
}
if(planets.planet.isLandable()){
if(planets.planet.hasGrid()){
hovered = planets.planet.getSector(planets.cam.getMouseRay(), PlanetRenderer.outlineRad);
}else{
hovered = selected = null;