Skip to content

Commit

Permalink
Fix #22077: Diagonal flat chained/unchained reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed May 25, 2024
1 parent 0eee737 commit 9cd6487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2/ride/coaster/MineTrainCoaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5418,8 +5418,8 @@ static void MineTrainRCTrackDiagFlat(
const TrackElement& trackElement)
{
constexpr ImageIndex images[2][NumOrthogonalDirections] = {
{ 20386, 20387, 20388, 20389 },
{ 20358, 20359, 20360, 20361 },
{ 20386, 20387, 20388, 20389 },
};

TrackPaintUtilDiagTilesPaint(
Expand Down

0 comments on commit 9cd6487

Please sign in to comment.