1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Fix visual glitch with Mine Ride's large turn (#18051)

This commit is contained in:
Rik Smeets
2022-09-18 23:05:20 +02:00
committed by GitHub
parent 36904cf3d0
commit d2634640ce
2 changed files with 2 additions and 1 deletions

View File

@@ -373,7 +373,7 @@ static void mine_ride_track_left_quarter_turn_5(
case 1:
PaintAddImageAsParentRotated(
session, direction, session.TrackColours[SCHEME_TRACK] | 19430, { 0, 0, height }, { 16, 16, 3 },
{ 16, 16, height });
{ 6, 6, height });
break;
case 2:
PaintAddImageAsParentRotated(