Skip to content

Commit

Permalink
Fix OpenRCT2#22416: Water tool grid is one tile too small for even si…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast authored Aug 4, 2024
1 parent 1f411ad commit ad3e98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openrct2-ui/windows/Water.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ static Widget _waterWidgets[] = {
// Move to tool bottom left
mapTile.x -= tool_length / 2;
mapTile.y -= tool_length / 2;
mapTile = mapTile.ToTileStart();

if (gMapSelectPositionA.x != mapTile.x)
{
Expand Down

0 comments on commit ad3e98f

Please sign in to comment.