This commit is contained in:
parent
f3f7ed10d5
commit
10880655ba
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void CNpcFallingHazard::render()
|
|||
|
||||
VECTOR scale;
|
||||
scale.vx = m_scale;
|
||||
scale.vy = m_scale;
|
||||
scale.vy = -m_scale;
|
||||
scale.vz = m_scale;
|
||||
|
||||
m_modelGfx->Render(renderPos,&rotation,&scale);
|
||||
|
|
Loading…
Add table
Reference in a new issue