summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorRay San <[email protected]>2018-06-12 13:27:41 +0200
committerRay San <[email protected]>2018-06-12 13:27:41 +0200
commit64804f30e6c57f1259b8a8ca0400e56e436de069 (patch)
tree5cda240bf1eb5cd314044fb24a155f271a2998d7 /src/textures.c
parent0c01c08718fbf42e090bdde82fa357101d6a4fd0 (diff)
downloadraylib-64804f30e6c57f1259b8a8ca0400e56e436de069.tar.gz
raylib-64804f30e6c57f1259b8a8ca0400e56e436de069.zip
Comment review
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c3
1 files changed, 1 insertions, 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