mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix MSVC build.
This commit is contained in:
parent
9a927476ca
commit
752e11e114
2 changed files with 11 additions and 1 deletions
|
@ -77,7 +77,7 @@ int JThread::Start()
|
|||
runningmutex.Unlock();
|
||||
return ERR_JTHREAD_ALREADYRUNNING;
|
||||
}
|
||||
requeststop = false;e
|
||||
requeststop = false;
|
||||
runningmutex.Unlock();
|
||||
|
||||
continuemutex.Lock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue