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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user