Fix console colors on Windows

This commit is contained in:
Yuri Roubinsky
2021-11-26 12:18:15 +03:00
parent 4813abc6e7
commit a4b7de6b23
6 changed files with 7 additions and 7 deletions

View File

@ -266,7 +266,7 @@ void CompositeLogger::log_error(const char *p_function, const char *p_file, int
}
for (int i = 0; i < loggers.size(); ++i) {
loggers[i]->log_error(p_function, p_file, p_line, p_code, p_rationale, p_type);
loggers[i]->log_error(p_function, p_file, p_line, p_code, p_rationale, p_editor_notify, p_type);
}
}