Comment review

This commit is contained in:
Ray San 2018-06-12 13:27:41 +02:00
parent 0c01c08718
commit 64804f30e6

View file

@ -780,8 +780,7 @@ void ImageToPOT(Image *image, Color fillColor)
int format = image->format; // Store image data format to reconvert later 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: Image size changes, new width and height
// NOTE: Issues when using image.width and image.height for sprite animations...
*image = LoadImageEx(pixelsPOT, potWidth, potHeight); *image = LoadImageEx(pixelsPOT, potWidth, potHeight);
free(pixelsPOT); // Free POT pixels data free(pixelsPOT); // Free POT pixels data