mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 23:11:03 +00:00
Copy/paste properties: Forgot to disable floor portal render style
This commit is contained in:
parent
6fff1e5784
commit
730449c986
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
[FieldDescription(Description = "Ceiling render style", Field1 = "renderstyleceiling", SRB2 = false)]
|
||||
public bool CeilingRenderStyle = true;
|
||||
|
||||
[FieldDescription(Description = "Floor portal render style", Field1 = "portal_floor_overlaytype")]
|
||||
[FieldDescription(Description = "Floor portal render style", Field1 = "portal_floor_overlaytype", SRB2 = false)]
|
||||
public bool FloorPortalRenderStyle = true;
|
||||
|
||||
[FieldDescription(Description = "Ceiling portal render style", Field1 = "portal_ceil_overlaytype", SRB2 = false)]
|
||||
|
|
Loading…
Reference in a new issue