This commit is contained in:
Charles 2001-05-04 23:56:39 +00:00
parent 1484830356
commit a36c7d3f9e
9 changed files with 39 additions and 7 deletions

View file

@ -60,8 +60,8 @@ void CNpcCircularSawHazard::render()
{
SVECTOR rotation;
rotation.vx = 0;
rotation.vy = m_rotation;
rotation.vz = 0;
rotation.vy = 0;
rotation.vz = m_rotation;
VECTOR scale;
scale.vx = ONE;