1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Correct ImageImporter palette index 255 to white

Reflects the change that was made in 5035492f8c to the renderer to fix #1749 and #6535
This commit is contained in:
zrowny
2021-05-13 18:21:44 -04:00
committed by Gymnasiast
parent 2d34fe3972
commit c4aaae1a07

View File

@@ -378,5 +378,5 @@ constexpr const GamePalette StandardPalette = { {
{ 75, 207, 255, 255 },
// 255 (Used in a small number of cases for pure white)
{ 0, 0, 0, 255 },
{ 255, 255, 255, 255 },
} };