non-functional loading screen
This commit is contained in:
@@ -15,7 +15,7 @@ public class DesktopLauncher{
|
||||
Net.setClientProvider(new ArcNetClient());
|
||||
Net.setServerProvider(new ArcNetServer());
|
||||
|
||||
new SdlApplication(new Mindustry(), new SdlConfig(){{
|
||||
new SdlApplication(new ClientLauncher(), new SdlConfig(){{
|
||||
title = "Mindustry";
|
||||
maximized = true;
|
||||
depth = 0;
|
||||
|
||||
@@ -15,7 +15,7 @@ import io.anuke.mindustry.ui.dialogs.*;
|
||||
import java.net.*;
|
||||
import java.util.*;
|
||||
|
||||
import static io.anuke.mindustry.Vars.*;
|
||||
import static io.anuke.mindustry.Min.*;
|
||||
|
||||
|
||||
public class DesktopPlatform extends Platform{
|
||||
|
||||
Reference in New Issue
Block a user