removed unused field.

This commit is contained in:
Harrison Deng 2018-12-09 00:49:27 -06:00
parent c17af2248a
commit 08a3200546

View File

@ -13,7 +13,6 @@ namespace RecrownedAthenaeum.DataTypes
{ {
public Color color; public Color color;
public Rectangle textureRegion; public Rectangle textureRegion;
readonly TextureAtlas.TextureAtlasRegion region;
readonly Texture2D texture; readonly Texture2D texture;
readonly int a, b, c, d; readonly int a, b, c, d;