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:
@@ -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 },
|
||||
} };
|
||||
|
||||
Reference in New Issue
Block a user