Display hovered sector on mobile

This commit is contained in:
Anuken
2025-07-24 18:20:37 -04:00
parent 8693ad351a
commit 3ceb705cb5

View File

@@ -936,7 +936,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
sectorTop.color.a = Mathf.lerpDelta(sectorTop.color.a, 1f, 0.1f);
}
if(hovered != null && !mobile && state.planet.hasGrid()){
if(hovered != null && state.planet.hasGrid()){
addChild(hoverLabel);
hoverLabel.toFront();
hoverLabel.touchable = Touchable.disabled;