mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01: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