This commit is contained in:
Jaime Ita Passos 2021-11-08 00:38:24 -03:00 committed by toaster
parent 2c55477161
commit 0a9fd2c9fa

View file

@ -291,8 +291,8 @@ void RotatedPatch_DoRotation(rotsprite_t *rotsprite, patch_t *patch, INT32 angle
ox = (newwidth / 2) + (leftoffset - xpivot);
oy = (newheight / 2) + (patch->topoffset - ypivot);
width = (maxx - minx);
height = (maxy - miny);
width = (maxx+1 - minx);
height = (maxy+1 - miny);
if ((unsigned)(width * height) != size)
{