This commit is contained in:
Daveo 2001-07-31 19:14:25 +00:00
parent 4f6668e449
commit 7126d7cdaa
2 changed files with 3 additions and 3 deletions

View file

@ -123,7 +123,7 @@ void CNpcFlyTrapHazard::render()
scale.vy = ONE;
scale.vz = ONE;
m_modelGfx->RenderClip(renderPos,&rotation,&scale);
m_modelGfx->Render(renderPos,&rotation,&scale);
sBBox boundingBox = m_modelGfx->GetBBox();