From 2a4e73a0a16b8d69451c7356bda581e104c9da7c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 8 Nov 2016 22:17:47 +0100 Subject: [PATCH] [DEBUG] correct the VBO FULL implement --- elog/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elog/log.cpp b/elog/log.cpp index 4a15811..4efaf39 100644 --- a/elog/log.cpp +++ b/elog/log.cpp @@ -73,7 +73,7 @@ #endif #ifdef DEBUG - #define DEFAULT_LOG_LEVEL elog::level_verbose + #define DEFAULT_LOG_LEVEL elog::level_info #if defined(__TARGET_OS__Windows) \ || defined(__TARGET_OS__Web) #define DEFAULT_LOG_COLOR false