Fixed mechs not having animations on multiplayer

This commit is contained in:
Anuken
2020-09-29 10:57:06 -04:00
parent 5523ea4752
commit 521ca1aea4
3 changed files with 11 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ public class Block extends UnlockableContent{
public @Load("@-team") TextureRegion teamRegion;
public TextureRegion[] teamRegions;
//TODO make this not static
public static TextureRegion[][] cracks;
protected static final Seq<Tile> tempTiles = new Seq<>();
protected static final Seq<Building> tempTileEnts = new Seq<>();