From 64804f30e6c57f1259b8a8ca0400e56e436de069 Mon Sep 17 00:00:00 2001 From: Ray San Date: Tue, 12 Jun 2018 13:27:41 +0200 Subject: [PATCH] Comment review --- src/textures.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/textures.c b/src/textures.c index 5c2196e2..0ea60ad9 100644 --- a/src/textures.c +++ b/src/textures.c @@ -780,8 +780,7 @@ void ImageToPOT(Image *image, Color fillColor) int format = image->format; // Store image data format to reconvert later - // TODO: Image width and height changes... do we want to store new values or keep the old ones? - // NOTE: Issues when using image.width and image.height for sprite animations... + // NOTE: Image size changes, new width and height *image = LoadImageEx(pixelsPOT, potWidth, potHeight); free(pixelsPOT); // Free POT pixels data