mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
- SW: Fix bad copy-paste from 06a069750f
that was causing issues with SO vehicles and turrets.
* Fixes #211.
This commit is contained in:
parent
d4198a5b1a
commit
a36c122ff1
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ PlayerPart:
|
|||
}
|
||||
else
|
||||
{
|
||||
rotatepoint(sop->pmid.vec2, sp->pos.vec2, -delta_ang, &sp->pos.vec2);
|
||||
rotatepoint(sop->pmid.vec2, sp->pos.vec2, delta_ang, &sp->pos.vec2);
|
||||
sp->ang = NORM_ANGLE(sp->ang + delta_ang);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue