fixed up 9 patch stuff.

This commit is contained in:
2019-03-04 18:18:43 -06:00
parent 8bd6ba6dc8
commit 668090cd5d
2 changed files with 57 additions and 147 deletions

View File

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