This commit is contained in:
Charles 2001-07-31 20:29:25 +00:00
parent 08768b4145
commit 11a8019d33
5 changed files with 3 additions and 3 deletions

View file

@ -305,6 +305,6 @@ void CNpcFallingHazard::render()
scale.vy = -m_scale;
scale.vz = m_scale;
m_modelGfx->Render(renderPos,&rotation,&scale);
m_modelGfx->RenderNoClip(renderPos,&rotation,&scale);
}
}