Mac crash fix

This commit is contained in:
Anuken
2018-07-27 14:25:06 -04:00
parent 01f6904f82
commit 6a525dcf59
2 changed files with 1 additions and 49 deletions

View File

@@ -38,7 +38,7 @@ public class Tile implements PosTrait, TargetTrait{
private byte cliffs;
private Block wall;
private Floor floor;
/** Rotation, 0-3. Also used to store offload location for routers, in which case it can be any number. */
/** Rotation, 0-3. Also used to store offload location, in which case it can be any number. */
private byte rotation;
/** Team ordinal. */
private byte team;