mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-01-31 05:00:34 +00:00
Fixed a typo in the last commit
This commit is contained in:
parent
74fbb652c1
commit
71a6a83e67
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue