瀏覽代碼

Changed order of fmodex library unload.

rextimmy 10 年之前
父節點
當前提交
f128b45170
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
    }