mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix MSVC build.
This commit is contained in:
@@ -77,7 +77,7 @@ int JThread::Start()
|
||||
runningmutex.Unlock();
|
||||
return ERR_JTHREAD_ALREADYRUNNING;
|
||||
}
|
||||
requeststop = false;e
|
||||
requeststop = false;
|
||||
runningmutex.Unlock();
|
||||
|
||||
continuemutex.Lock();
|
||||
|
Reference in New Issue
Block a user