Black Bar Fix (#5079)
This commit is contained in:
@@ -649,8 +649,10 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
|||||||
|
|
||||||
if(sector == null){
|
if(sector == null){
|
||||||
stable.clear();
|
stable.clear();
|
||||||
|
stable.visible = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
stable.visible = true;
|
||||||
|
|
||||||
float x = stable.getX(Align.center), y = stable.getY(Align.center);
|
float x = stable.getX(Align.center), y = stable.getY(Align.center);
|
||||||
stable.clear();
|
stable.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user