mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Fix] (Debug.cpp): FIx the format mistake of log file.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user