Commit 49fc81f5 authored by hybrid's avatar hybrid

Show debug messages (ELL_DEBUG) as default when compiled with debug mode.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3525 dfc29bdd-3216-0410-991c-e03cc46cb475
parent ba5b899c
...@@ -36,7 +36,11 @@ namespace irr ...@@ -36,7 +36,11 @@ namespace irr
HighPrecisionFPU(false), HighPrecisionFPU(false),
EventReceiver(0), EventReceiver(0),
WindowId(0), WindowId(0),
#ifdef _DEBUG
LoggingLevel(ELL_DEBUG),
#else
LoggingLevel(ELL_INFORMATION), LoggingLevel(ELL_INFORMATION),
#endif
DisplayAdapter(0), DisplayAdapter(0),
UsePerformanceTimer(true), UsePerformanceTimer(true),
SDK_version_do_not_use(IRRLICHT_SDK_VERSION) SDK_version_do_not_use(IRRLICHT_SDK_VERSION)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment