This commit is contained in:
parent
4f6668e449
commit
7126d7cdaa
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue