- bugfix: report RenderWare warnings asynchronously
@@ -306,7 +306,7 @@ | ||
306 | 306 | |
307 | 307 | void OnWarning(rw::rwStaticString <wchar_t>&& msg) override |
308 | 308 | { |
309 | - this->mainWnd->txdLog->addLogMessage(wide_to_qt(msg), LOGMSG_WARNING); | |
309 | + this->mainWnd->asyncLog(wide_to_qt(msg), LOGMSG_WARNING); | |
310 | 310 | } |
311 | 311 | |
312 | 312 | private: |