mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 23:03:04 +01:00
Make Coords isNull/setNull functions TitleCase (#15382)
This commit is contained in:
committed by
GitHub
parent
e00eb3ec52
commit
624a32e93b
@@ -857,7 +857,7 @@ namespace OpenRCT2
|
||||
}
|
||||
|
||||
// Focus camera on event.
|
||||
if (isPositionValid && !result->Position.isNull())
|
||||
if (isPositionValid && !result->Position.IsNull())
|
||||
{
|
||||
auto* mainWindow = window_get_main();
|
||||
if (mainWindow != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user