mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44: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()
|
~FModFNTable()
|
||||||
{
|
{
|
||||||
eventDllRef = NULL;
|
|
||||||
dllRef = NULL;
|
dllRef = NULL;
|
||||||
|
eventDllRef = NULL;
|
||||||
delete mutex;
|
delete mutex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue