mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
- SW: Fix another bad line from 06a069750f
that was missed when doing a36c122ff1
.
This commit is contained in:
parent
a36c122ff1
commit
d644065103
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ PlayerPart:
|
|||
if (!TEST(sop->flags, SOBJ_DONT_ROTATE))
|
||||
{
|
||||
// NOT part of a sector - independant of any sector
|
||||
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