Another fix for 9 patch.
This commit is contained in:
parent
668090cd5d
commit
78417186d1
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user