spelling: palette

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:25:42 -05:00
parent 0a17a4a67c
commit bd132b4003

View file

@ -133,7 +133,7 @@ T_STATIC GColor get_bitmap_color(GBitmap *bmp, int x, int y) {
(format == GBitmapFormat2BitPalette) ||
(format == GBitmapFormat4BitPalette));
if (palletized) {
// Look up color in pallete if palletized
// Look up color in palette if palletized
const GColor *palette = bmp->palette;
src_color = palette[cindex];
}