🚚 Rename 'RECT32' to 'Rectangle' to match naming style of other core structs

This commit is contained in:
Juliano Leal Goncalves 2021-06-05 21:25:01 -03:00 committed by Anders Jenbo
commit ff147f9280
4 changed files with 4 additions and 4 deletions

View file

@ -78,7 +78,7 @@ void FocusOnCharInfo()
}
if (stat == -1)
return;
const RECT32 &rect = ChrBtnsRect[stat];
const Rectangle &rect = ChrBtnsRect[stat];
SetCursorPos(rect.x + (rect.w / 2), rect.y + (rect.h / 2));
}