- fixed: Froze on startup on Linux.

This commit is contained in:
Rachael Alexanderson 2017-03-11 11:04:37 -05:00
parent 81291e6892
commit d868f79413
1 changed files with 1 additions and 1 deletions

View File

@ -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.");