mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +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:
|
public:
|
||||||
FInternalCriticalSection()
|
FInternalCriticalSection()
|
||||||
{
|
{
|
||||||
auto CritSec = SDL_CreateMutex();
|
CritSec = SDL_CreateMutex();
|
||||||
if (CritSec == NULL)
|
if (CritSec == NULL)
|
||||||
{
|
{
|
||||||
I_FatalError("Failed to create a critical section mutex.");
|
I_FatalError("Failed to create a critical section mutex.");
|
||||||
|
|
Loading…
Reference in a new issue