Browse Source

Changed order of fmodex library unload.

rextimmy 10 years ago
parent
commit
f128b45170
1 changed files with 1 additions and 1 deletions
  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;
    }