pull/3463/head
Kim Kulling 2020-10-22 22:26:29 +02:00 committed by GitHub
parent 8d7e5db98c
commit 6ee5e248ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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