mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-20 06:12:57 +01:00
Window: rename WindowResize to WindowResizeByDelta to prevent mistakes (#24145)
This commit is contained in:
@@ -678,7 +678,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
return _currentTextBox;
|
||||
}
|
||||
|
||||
void WindowResize(WindowBase& w, int16_t dw, int16_t dh)
|
||||
void WindowResizeByDelta(WindowBase& w, int16_t dw, int16_t dh)
|
||||
{
|
||||
if (dw == 0 && dh == 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user