This commit is contained in:
parent
1484830356
commit
a36c7d3f9e
9 changed files with 39 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue