Comment review
This commit is contained in:
parent
0c01c08718
commit
64804f30e6
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue