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

Fix US spelling

This commit is contained in:
Gymnasiast
2021-09-05 20:40:01 +02:00
parent fa0efd67c1
commit e26c4bdd4e

View File

@@ -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)