mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
- revert. accidental change in polyobject code
This commit is contained in:
parent
a491085822
commit
11b1a2ef7b
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ bool FPolyObj::RotatePolyobj (DAngle angle, bool fromsave)
|
||||||
|
|
||||||
UnLinkPolyobj();
|
UnLinkPolyobj();
|
||||||
|
|
||||||
for(unsigned i=0;i < OriginalPts.Size(); i++)
|
for(unsigned i=0;i < Vertices.Size(); i++)
|
||||||
{
|
{
|
||||||
PrevPts[i].pos = Vertices[i]->fPos();
|
PrevPts[i].pos = Vertices[i]->fPos();
|
||||||
FPolyVertex torot = OriginalPts[i];
|
FPolyVertex torot = OriginalPts[i];
|
||||||
|
|
Loading…
Reference in a new issue