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
|
// Initialize platform
|
||||||
//--------------------------------------------------------------
|
//--------------------------------------------------------------
|
||||||
int result = InitPlatform();
|
int result = InitPlatform();
|
||||||
if (result == -1 )
|
if (result == -1)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_ERROR, "Platform backend: Window initialization failed.");
|
TRACELOG(LOG_ERROR, "Platform backend: Window initialization failed.");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user