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