mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Fixed #9094
This commit is contained in:
parent
39dfdff53a
commit
0a7690a43b
@ -634,6 +634,8 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
|||||||
newPresets.clear();
|
newPresets.clear();
|
||||||
state.planet = planet;
|
state.planet = planet;
|
||||||
|
|
||||||
|
selected = null;
|
||||||
|
updateSelected();
|
||||||
rebuildExpand();
|
rebuildExpand();
|
||||||
}
|
}
|
||||||
settings.put("lastplanet", planet.name);
|
settings.put("lastplanet", planet.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user