markDirty calls

This commit is contained in:
Raoul Van den Berge
2016-01-31 22:13:30 +01:00
parent 184842a885
commit 4116ea869a
8 changed files with 36 additions and 4 deletions

View File

@@ -105,6 +105,8 @@ public class TileGrid extends TileMachine
public void setSortingDirection(int sortingDirection)
{
markDirty();
this.sortingDirection = sortingDirection;
}
@@ -115,6 +117,8 @@ public class TileGrid extends TileMachine
public void setSortingType(int sortingType)
{
markDirty();
this.sortingType = sortingType;
}