Logging fixed

Now it displays messagebox if logging system isn't initialized.
Otherwise it could cause stack overflow.
This commit is contained in:
Nekotekina 2015-04-25 16:29:05 +03:00
parent 5d6d058965
commit c5737d01c6
4 changed files with 26 additions and 14 deletions

View file

@ -1,7 +1,5 @@
#pragma once
static std::thread::id main_thread;
class NamedThreadBase
{
std::string m_name;