mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-18 13:41:26 +01:00
Review formatting for PR #1004
This commit is contained in:
@ -1887,10 +1887,9 @@ unsigned int rlLoadTexture(void *data, int width, int height, int format, int mi
|
||||
#endif
|
||||
#endif // GRAPHICS_API_OPENGL_11
|
||||
|
||||
if( data == NULL ){
|
||||
//ups!
|
||||
if (data == NULL)
|
||||
{
|
||||
TraceLog(LOG_WARNING, "Got asked to load texture from a NULL pointer!");
|
||||
|
||||
return id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user