mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 22:33:12 +00:00
Remove TABS
This commit is contained in:
parent
641895b5ba
commit
a886f5e743
@ -1631,7 +1631,7 @@ Color *ImageExtractPalette(Image image, int maxPaletteSize, int *extractCount)
|
|||||||
if (palCount >= maxPaletteSize)
|
if (palCount >= maxPaletteSize)
|
||||||
{
|
{
|
||||||
i = image.width*image.height; // Finish palette get
|
i = image.width*image.height; // Finish palette get
|
||||||
printf("WARNING: Image palette is greater than %i colors!\n", maxPaletteSize);
|
TraceLog(LOG_WARNING, "Image palette is greater than %i colors!", maxPaletteSize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user