mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Fixed: copied sidedef settings were not applied when using "Paste properties" and "Paste properties special" actions in Doom/Hexen map formats.
This commit is contained in:
parent
4306e277e6
commit
8349392829
1 changed files with 20 additions and 19 deletions
|
@ -631,8 +631,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
}
|
||||
|
||||
// Should we bother?
|
||||
if(!General.Map.UDMF) return;
|
||||
|
||||
if(General.Map.UDMF)
|
||||
{
|
||||
// Apply fields
|
||||
foreach(Linedef l in lines)
|
||||
{
|
||||
|
@ -656,6 +656,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
|
||||
// Apply UI fields
|
||||
ApplyUIFields(lines, settings);
|
||||
}
|
||||
|
||||
// Apply sidedef settings
|
||||
if(sidesettings != null)
|
||||
|
|
Loading…
Reference in a new issue