1
0
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:
Arik 2021-04-07 18:07:08 -07:00 committed by GitHub
parent 24f0a17395
commit 5fc4e1f5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();