[Misc] more GLenum to string

This commit is contained in:
2025-05-07 16:22:08 +08:00
parent 6c1d1e0e7a
commit a17497522a
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace MG_Global {
}
namespace Common {
inline const int LogLevel = MG_Constants::Common::LOG_LEVEL_INFO;
inline const int LogLevel = MG_Constants::Common::LOG_LEVEL_DEBUG;
#ifdef __ANDROID__
inline const char* LOG_FILE_PATH = "/sdcard/MG/latest.log";