🚚 Rename 'RECT32' to 'Rectangle' to match naming style of other core structs
This commit is contained in:
parent
4490340a47
commit
ff147f9280
4 changed files with 4 additions and 4 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue