mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Rename field of all config categories
This commit is contained in:
@@ -28,7 +28,7 @@ CursorRepository::~CursorRepository()
|
||||
|
||||
void CursorRepository::LoadCursors()
|
||||
{
|
||||
SetCursorScale(static_cast<uint8_t>(round(Config::Get().general.WindowScale)));
|
||||
SetCursorScale(static_cast<uint8_t>(round(Config::Get().general.windowScale)));
|
||||
SetCurrentCursor(CursorID::Arrow);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user