mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Changed order of fmodex library unload.
This commit is contained in:
parent
e8d1238794
commit
f128b45170
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