This commit is contained in:
Anuken
2026-01-01 20:47:04 -05:00
parent 9cc687efca
commit 189ee293d3

View File

@@ -260,7 +260,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
zoom = 1f;
state.zoom = 1f;
state.uiAlpha = 0f;
launchSector = Vars.state.getSector();
launchSector = Vars.state.gameOver ? null : Vars.state.getSector();
presetShow = 0f;
showed = false;
listener = s -> {};