mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Merge pull request #1424 from rextimmy/fmod_crash_fix
Changed order of fmodex library unload.
This commit is contained in:
commit
f30aac3655
1 changed files with 1 additions and 1 deletions
|
|
@ -105,8 +105,8 @@ struct FModFNTable
|
|||
}
|
||||
~FModFNTable()
|
||||
{
|
||||
eventDllRef = NULL;
|
||||
dllRef = NULL;
|
||||
eventDllRef = NULL;
|
||||
delete mutex;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue