Hide map when opening planet map

This commit is contained in:
Anuken
2020-12-18 20:39:16 -05:00
parent 0dd3c2cb5a
commit 7f863abb06
2 changed files with 5 additions and 0 deletions

View File

@@ -399,6 +399,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
void setup(){
zoom = planets.zoom = 1f;
selectAlpha = 1f;
ui.minimapfrag.hide();
clearChildren();