Update rcore.c

This commit is contained in:
SuperUserNameMan 2024-07-16 15:33:17 +02:00 committed by GitHub
parent 0ae7b0fb91
commit f0b569a33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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