mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
This commit is contained in:
@ -346,8 +346,7 @@ void CGuiHandler::fakeMouseMove()
|
||||
void CGuiHandler::run()
|
||||
{
|
||||
setThreadName(-1, "CGuiHandler::run");
|
||||
bool iAmGui = true;
|
||||
inGuiThread.reset(&iAmGui);
|
||||
inGuiThread.reset(new bool(true));
|
||||
try
|
||||
{
|
||||
if (settings["video"]["fullscreen"].Bool())
|
||||
|
Reference in New Issue
Block a user