mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-11-11 03:31:19 +03:00
Black Bar Fix (#5079)
This commit is contained in:
parent
24f0a17395
commit
5fc4e1f5a5
@ -649,8 +649,10 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
||||
|
||||
if(sector == null){
|
||||
stable.clear();
|
||||
stable.visible = false;
|
||||
return;
|
||||
}
|
||||
stable.visible = true;
|
||||
|
||||
float x = stable.getX(Align.center), y = stable.getY(Align.center);
|
||||
stable.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user