Update rcore.c
This commit is contained in:
parent
0ae7b0fb91
commit
f0b569a33b
|
|
@ -632,7 +632,7 @@ void InitWindow(int width, int height, const char *title)
|
|||
// Initialize platform
|
||||
//--------------------------------------------------------------
|
||||
int result = InitPlatform();
|
||||
if (result == -1 )
|
||||
if (result == -1)
|
||||
{
|
||||
TRACELOG(LOG_ERROR, "Platform backend: Window initialization failed.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user