fix porting mistake
This commit is contained in:
parent
a482945da3
commit
2c027e0ced
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue