Changed order of fmodex library unload.

This commit is contained in:
rextimmy 2015-09-25 22:40:24 +10:00
parent e8d1238794
commit f128b45170

View file

@ -105,8 +105,8 @@ struct FModFNTable
}
~FModFNTable()
{
eventDllRef = NULL;
dllRef = NULL;
eventDllRef = NULL;
delete mutex;
}