mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fix Vars.loops declaration
This commit is contained in:
parent
ad2bda8ec1
commit
4f258b54c5
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ public class Vars implements Loadable{
|
|||
public static GameState state;
|
||||
public static EntityCollisions collisions;
|
||||
public static DefaultWaves defaultWaves;
|
||||
public static mindustry.audio.LoopControl loops;
|
||||
public static LoopControl loops;
|
||||
public static Platform platform = new Platform(){};
|
||||
public static Mods mods;
|
||||
public static Schematics schematics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue