mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- forgot to save this before committing...
This commit is contained in:
parent
66fa33886a
commit
1a39ac9243
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ void P_SerializePolyobjs (FArchive &arc)
|
|||
I_Error ("UnarchivePolyobjs: Invalid polyobj tag");
|
||||
}
|
||||
arc << angle;
|
||||
po->RotatePolyobj (angle, false);
|
||||
po->RotatePolyobj (angle, true);
|
||||
arc << deltaX << deltaY << po->interpolation;
|
||||
deltaX -= po->StartSpot.x;
|
||||
deltaY -= po->StartSpot.y;
|
||||
|
|
Loading…
Reference in a new issue