1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Rename SetLocation to SetViewportLocation, this is less confusing

This commit is contained in:
ζeh Matt
2025-04-25 17:34:39 +03:00
parent 7a764a05a8
commit 12063aa884
5 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
namespace OpenRCT2
{
void WindowBase::SetLocation(const CoordsXYZ& coords)
void WindowBase::SetViewportLocation(const CoordsXYZ& coords)
{
WindowScrollToLocation(*this, coords);
flags &= ~WF_SCROLLING_TO_LOCATION;