Explorar o código

Merge pull request #1424 from rextimmy/fmod_crash_fix

Changed order of fmodex library unload.
Anis %!s(int64=9) %!d(string=hai) anos
pai
achega
f30aac3655
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/sfx/fmod/sfxFMODDevice.h

+ 1 - 1
Engine/source/sfx/fmod/sfxFMODDevice.h

@@ -105,8 +105,8 @@ struct FModFNTable
    }
    ~FModFNTable()
    {
-      eventDllRef = NULL;
       dllRef = NULL;
+      eventDllRef = NULL;      
       delete mutex;
    }