mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Removed some TODO already done
This commit is contained in:
@ -103,8 +103,6 @@ Image LoadImage(const char *fileName)
|
||||
// Force loading to 4 components (RGBA)
|
||||
byte *imgData = stbi_load(fileName, &imgWidth, &imgHeight, &imgBpp, 4);
|
||||
|
||||
// TODO: Check if file could be loaded! (imgData == NULL)?
|
||||
|
||||
if (imgData != NULL)
|
||||
{
|
||||
// Convert array to pixel array for working convenience
|
||||
|
||||
Reference in New Issue
Block a user