This commit is contained in:
Charles 2001-07-10 19:39:19 +00:00
parent f3f7ed10d5
commit 10880655ba

View File

@ -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);