fixed eyeangles helper not being freed
--HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402345
This commit is contained in:
parent
bc6b3495be
commit
1c08ddc939
@ -280,6 +280,7 @@ void ShutdownHelpers()
|
||||
{
|
||||
s_Teleport.Shutdown();
|
||||
s_GetVelocity.Shutdown();
|
||||
s_EyeAngles.Shutdown();
|
||||
}
|
||||
|
||||
const char *GetDTTypeName(int type)
|
||||
|
Loading…
Reference in New Issue
Block a user