You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07: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