mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-27 06:02:11 +00:00
@ fixed bug that caused walls not to update on sector change in Visual Mode
This commit is contained in:
parent
5a963b0cf3
commit
a42d9143e0
1 changed files with 3 additions and 0 deletions
|
@ -546,7 +546,10 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
{
|
||||
sectorsmarked = true;
|
||||
foreach(Sidedef sd in s.Sidedefs)
|
||||
{
|
||||
sd.Marked = true;
|
||||
if(sd.Other != null) sd.Other.Marked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue