From 730449c986796bb2d4442a4d294db3e15d280c76 Mon Sep 17 00:00:00 2001 From: spherallic <spherallic@gmail.com> Date: Wed, 5 Jul 2023 22:58:32 +0200 Subject: [PATCH] Copy/paste properties: Forgot to disable floor portal render style --- Source/Plugins/BuilderModes/General/CopyStructures.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/BuilderModes/General/CopyStructures.cs b/Source/Plugins/BuilderModes/General/CopyStructures.cs index 4f36574b0..4db843be7 100755 --- a/Source/Plugins/BuilderModes/General/CopyStructures.cs +++ b/Source/Plugins/BuilderModes/General/CopyStructures.cs @@ -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)] -- GitLab