Another fix for 9 patch.

This commit is contained in:
Harrison Deng 2019-03-04 18:22:34 -06:00
parent 668090cd5d
commit 78417186d1

View File

@ -61,8 +61,8 @@ namespace RecrownedAthenaeum.SpecialTypes
{ {
patches[i].X += textureRegion.X + 1; patches[i].X += textureRegion.X + 1;
patches[i].Y += textureRegion.Y + 1; patches[i].Y += textureRegion.Y + 1;
patches[i].Width--; patches[i].Width -= 2;
patches[i].Height--; patches[i].Height -= 2;
} }
return patches; return patches;
} }