Kim Kulling 5 anos atrás
pai
commit
6ee5e248ee
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      code/Common/DefaultLogger.cpp

+ 1 - 1
code/Common/DefaultLogger.cpp

@@ -260,7 +260,7 @@ void DefaultLogger::kill() {
 // ----------------------------------------------------------------------------------
 //  Debug message
 void DefaultLogger::OnDebug(const char *message) {
-    if (m_Severity < Logger::DEBUGING) {
+    if (m_Severity < Logger::DEBUGGING) {
         return;
     }