[Fix] (Debug.cpp): FIx the format mistake of log file.

This commit is contained in:
BZLZHH
2025-04-04 11:27:43 +08:00
parent 64df4f634f
commit 9a61811db7
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace MG_Util {
void LogF (const char* format, ...);
void LogClear();
void LogInit();
void LogWrite(const char* format, ...);
void LogWrite(const char* format, va_list args);
const char* GLEnumToString(::GLenum value);
}