This commit is contained in:
parent
08768b4145
commit
11a8019d33
5 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue