Explorar el Código

Changed order of fmodex library unload.

rextimmy hace 10 años
padre
commit
f128b45170
Se han modificado 1 ficheros con 1 adiciones y 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;
    }