This commit is contained in:
Charles 2001-08-02 15:01:47 +00:00
parent 3804517959
commit 9b92587ed6

View File

@ -94,8 +94,8 @@ void CNpcBouncePlatform::think( int _frames )
}
sBBox boundingBox = m_modelGfx->GetBBox();
boundingBox.XMin -= 8;
boundingBox.XMax += 8;
boundingBox.XMin -= 12;
boundingBox.XMax += 12;
if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 )
{