Fixed a typo in the last commit

This commit is contained in:
MascaraSnake 2016-06-01 20:01:20 +02:00
parent 74fbb652c1
commit 71a6a83e67
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
// Skewed by bottom
tlb.y = texturevpeg + osd.Floor.plane.GetZ(vl) - sd.Floor.plane.GetZ(vl);
trb.y = tlb.y;
trt.y = trb.y - (osd.Floor.plane.GetZ(vr) - osd.Floor.plane.GetZ(vr));
tlt.y = tlb.y - (osd.Floor.plane.GetZ(vl) - sd.Floor.plane.GetZ(vl));
trt.y = trb.y - (osd.Floor.plane.GetZ(vr) - sd.Floor.plane.GetZ(vr));
}
else
{