mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-11 20:11:33 +03:00
Added DisappearMinDist to func_lod for forwards compatibility
This commit is contained in:
@@ -112,6 +112,10 @@ bool CFunc_LOD::KeyValue( const char *szKeyName, const char *szValue )
|
||||
{
|
||||
m_fDisappearMaxDist = (float)atof(szValue);
|
||||
}
|
||||
else if (FStrEq(szKeyName, "DisappearMinDist")) // Forwards compatibility
|
||||
{
|
||||
m_fDisappearDist = (float)atof(szValue);
|
||||
}
|
||||
#endif
|
||||
else if (FStrEq(szKeyName, "Solid"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user