Fixed #2015
This commit is contained in:
@@ -12,6 +12,7 @@ import arc.util.async.*;
|
|||||||
import mindustry.core.*;
|
import mindustry.core.*;
|
||||||
import mindustry.ctype.*;
|
import mindustry.ctype.*;
|
||||||
import mindustry.game.EventType.*;
|
import mindustry.game.EventType.*;
|
||||||
|
import mindustry.game.*;
|
||||||
import mindustry.gen.*;
|
import mindustry.gen.*;
|
||||||
import mindustry.graphics.*;
|
import mindustry.graphics.*;
|
||||||
import mindustry.maps.*;
|
import mindustry.maps.*;
|
||||||
@@ -57,6 +58,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
|
|||||||
atlas = TextureAtlas.blankAtlas();
|
atlas = TextureAtlas.blankAtlas();
|
||||||
Vars.net = new Net(platform.getNet());
|
Vars.net = new Net(platform.getNet());
|
||||||
mods = new Mods();
|
mods = new Mods();
|
||||||
|
schematics = new Schematics();
|
||||||
|
|
||||||
Fonts.loadSystemCursors();
|
Fonts.loadSystemCursors();
|
||||||
|
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ public class Vars implements Loadable{
|
|||||||
public static LoopControl loops;
|
public static LoopControl loops;
|
||||||
public static Platform platform = new Platform(){};
|
public static Platform platform = new Platform(){};
|
||||||
public static Mods mods;
|
public static Mods mods;
|
||||||
public static Schematics schematics = new Schematics();
|
public static Schematics schematics;
|
||||||
public static BeControl becontrol;
|
public static BeControl becontrol;
|
||||||
public static AsyncLogic asyncLogic;
|
public static AsyncLogic asyncLogic;
|
||||||
public static TeamIndexProcess teamIndex;
|
public static TeamIndexProcess teamIndex;
|
||||||
|
|||||||
Reference in New Issue
Block a user