diff options
| author | Ray <[email protected]> | 2019-02-22 12:12:21 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-02-22 12:12:21 +0100 |
| commit | a886f5e743cd50744d7800cd70a47f5cb9f663e3 (patch) | |
| tree | b045b074e038b75d275bded59a7f382f57ddcff4 /src/textures.c | |
| parent | 641895b5ba778fdc9024ebb58446dcc8ea36a00a (diff) | |
| download | raylib-a886f5e743cd50744d7800cd70a47f5cb9f663e3.tar.gz raylib-a886f5e743cd50744d7800cd70a47f5cb9f663e3.zip | |
Remove TABS
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c index 48b89384..5c48ba45 100644 --- a/src/textures.c +++ b/src/textures.c @@ -1631,7 +1631,7 @@ Color *ImageExtractPalette(Image image, int maxPaletteSize, int *extractCount) if (palCount >= maxPaletteSize) { 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); } } } |
