Fading now works.

This commit is contained in:
2019-04-15 20:25:36 -05:00
parent 4bb5c4ce95
commit 53000e6a6c
3 changed files with 33 additions and 14 deletions

View File

@@ -174,7 +174,7 @@ namespace RecrownedAthenaeum.SpecialTypes
if (ninepatch != null)
{
ninepatch.Draw(batch, Color.White, destination);
ninepatch.Draw(batch, color, destination);
}
else
{