mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed: Froze on startup on Linux.
This commit is contained in:
parent
81291e6892
commit
d868f79413
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class FInternalCriticalSection
|
|||
public:
|
||||
FInternalCriticalSection()
|
||||
{
|
||||
auto CritSec = SDL_CreateMutex();
|
||||
CritSec = SDL_CreateMutex();
|
||||
if (CritSec == NULL)
|
||||
{
|
||||
I_FatalError("Failed to create a critical section mutex.");
|
||||
|
|
Loading…
Reference in a new issue