diff --git a/src/rcore.c b/src/rcore.c index 049da7d32..cc4d4988d 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -685,7 +685,7 @@ void InitWindow(int width, int height, const char *title) if (result != 0) { - TRACELOG(LOG_ERROR, "SYSTEM: Failed to initialize Platform"); + TRACELOG(LOG_WARNING, "SYSTEM: Failed to initialize Platform"); return; } //--------------------------------------------------------------