mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
fixed to CAutomobile and friends
This commit is contained in:
@ -157,6 +157,13 @@ CSimpleModelInfo::SetupBigBuilding(void)
|
||||
if(related)
|
||||
m_lodDistances[2] = related->GetLargestLodDistance()/TheCamera.LODDistMultiplier;
|
||||
else
|
||||
#ifdef FIX_BUGS
|
||||
if(strnicmp(GetName(), "lod", 3) == 0)
|
||||
m_lodDistances[2] = 100.0f;
|
||||
else
|
||||
m_lodDistances[2] = 0.0f;
|
||||
#else
|
||||
m_lodDistances[2] = 100.0f;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user