This commit is contained in:
Kim Kulling
2020-10-22 22:26:29 +02:00
committed by GitHub
parent 8d7e5db98c
commit 6ee5e248ee

View File

@@ -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;
}