fix porting mistake

This commit is contained in:
Gered 2013-08-25 16:34:55 -04:00
parent a482945da3
commit 2c027e0ced

View file

@ -161,7 +161,7 @@ namespace Blarg.GameFramework.TileMap
public Tile SetCustomColor(int color)
{
Flags = Flags.SetBit(FLAG_CUSTOM_COLOR);
this.Color = Color;
Color = color;
return this;
}