We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd43ee commit 3d5c02eCopy full SHA for 3d5c02e
Source/Renderer/raylib/rlutils.c
@@ -59,7 +59,7 @@
59
//----------------------------------------------------------------------------------
60
// Global Variables Definition
61
62
-static int logTypeLevel = LOG_INFO; // Minimum log type level
+static int logTypeLevel = LOG_ERROR; // Minimum log type level
63
64
static TraceLogCallback traceLog = NULL; // TraceLog callback function pointer
65
static LoadFileDataCallback loadFileData = NULL; // LoadFileData callback function pointer
@@ -509,4 +509,4 @@ static int android_close(void *cookie)
509
}
510
#endif // PLATFORM_ANDROID
511
512
-#endif
+#endif
0 commit comments