mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Fixed #2015
This commit is contained in:
parent
1fdd9dd124
commit
fce89d4db5
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue