mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 05:41:45 +00:00
3D floor mode: fixed a bug where the correct brightness wasn't applied to control sectors when duplicating/pasting 3D floors
This commit is contained in:
parent
eb6d564d22
commit
92c651bede
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ namespace CodeImp.DoomBuilder.ThreeDFloorMode
|
|||
sector.CeilHeight = topheight;
|
||||
sector.SetFloorTexture(bottomflat);
|
||||
sector.SetCeilTexture(topflat);
|
||||
sector.Brightness = brightness;
|
||||
sector.FloorSlope = floorslope;
|
||||
sector.FloorSlopeOffset = floorslopeoffset;
|
||||
sector.CeilSlope = ceilingslope;
|
||||
|
|
Loading…
Reference in a new issue