You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix US spelling
This commit is contained in:
@@ -226,7 +226,7 @@ int32_t ImageImporter::CalculatePaletteIndex(
|
||||
auto dg = rgbaSrc[1] - static_cast<int16_t>(palette[paletteIndex].Green);
|
||||
auto db = rgbaSrc[2] - static_cast<int16_t>(palette[paletteIndex].Blue);
|
||||
|
||||
// We don't want to dither remappable colors with nonremappable colors, etc
|
||||
// We don't want to dither remappable colours with nonremappable colours, etc
|
||||
PaletteIndexType thisIndexType = GetPaletteIndexType(paletteIndex);
|
||||
|
||||
if (x + 1 < width)
|
||||
|
||||
Reference in New Issue
Block a user