1
0
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:
Aaron van Geffen
2025-04-04 09:30:09 +02:00
committed by GitHub
parent 2100195467
commit 30cd526325
4 changed files with 5 additions and 5 deletions

View File

@@ -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;