Quellcode durchsuchen

Comment review

pull/558/head
Ray San vor 6 Jahren
Ursprung
Commit
64804f30e6
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. +1
    -2
      src/textures.c

+ 1
- 2
src/textures.c Datei anzeigen

@ -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

Laden…
Abbrechen
Speichern