mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-05 00:17:33 +07:00
Fixed #2015
This commit is contained in:
parent
1fdd9dd124
commit
fce89d4db5
@ -12,6 +12,7 @@ import arc.util.async.*;
|
||||
import mindustry.core.*;
|
||||
import mindustry.ctype.*;
|
||||
import mindustry.game.EventType.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.graphics.*;
|
||||
import mindustry.maps.*;
|
||||
@ -57,6 +58,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
|
||||
atlas = TextureAtlas.blankAtlas();
|
||||
Vars.net = new Net(platform.getNet());
|
||||
mods = new Mods();
|
||||
schematics = new Schematics();
|
||||
|
||||
Fonts.loadSystemCursors();
|
||||
|
||||
|
@ -166,7 +166,7 @@ public class Vars implements Loadable{
|
||||
public static LoopControl loops;
|
||||
public static Platform platform = new Platform(){};
|
||||
public static Mods mods;
|
||||
public static Schematics schematics = new Schematics();
|
||||
public static Schematics schematics;
|
||||
public static BeControl becontrol;
|
||||
public static AsyncLogic asyncLogic;
|
||||
public static TeamIndexProcess teamIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user