This commit is contained in:
parent
3804517959
commit
9b92587ed6
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ void CNpcBouncePlatform::think( int _frames )
|
||||||
}
|
}
|
||||||
|
|
||||||
sBBox boundingBox = m_modelGfx->GetBBox();
|
sBBox boundingBox = m_modelGfx->GetBBox();
|
||||||
boundingBox.XMin -= 8;
|
boundingBox.XMin -= 12;
|
||||||
boundingBox.XMax += 8;
|
boundingBox.XMax += 12;
|
||||||
|
|
||||||
if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 )
|
if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue