Fixed #11526
This commit is contained in:
@@ -260,7 +260,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
|||||||
zoom = 1f;
|
zoom = 1f;
|
||||||
state.zoom = 1f;
|
state.zoom = 1f;
|
||||||
state.uiAlpha = 0f;
|
state.uiAlpha = 0f;
|
||||||
launchSector = Vars.state.getSector();
|
launchSector = Vars.state.gameOver ? null : Vars.state.getSector();
|
||||||
presetShow = 0f;
|
presetShow = 0f;
|
||||||
showed = false;
|
showed = false;
|
||||||
listener = s -> {};
|
listener = s -> {};
|
||||||
|
|||||||
Reference in New Issue
Block a user