mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Fix nullability of TileSelection.range (#15992)
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -2117,7 +2117,7 @@ declare global {
|
||||
}
|
||||
|
||||
interface TileSelection {
|
||||
range: MapRange;
|
||||
range: MapRange | null;
|
||||
tiles: CoordsXY[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user