mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-06 08:18:13 +07:00
cleaning up what remains
This commit is contained in:
@ -135,7 +135,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
||||
|
||||
Events.on(ClientLoadEvent.class, e -> {
|
||||
Core.app.post(() -> Core.app.post(() -> {
|
||||
Core.scene.table(Style.dialogDim,t -> {
|
||||
Core.scene.table(Styles.black9, t -> {
|
||||
t.visible(() -> {
|
||||
if(!forced) return false;
|
||||
t.toFront();
|
||||
|
Reference in New Issue
Block a user