mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 06:51:09 +00:00
Fixed a crash when creating a new sector with right-click in Make Sector mode
This commit is contained in:
parent
38eeb5d1fa
commit
d9011a47f4
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
{
|
||||
// Make the sector
|
||||
Sector s = MakeSector();
|
||||
|
||||
General.Map.Map.Update();
|
||||
|
||||
// Edit the sector
|
||||
List<Sector> secs = new List<Sector>(); secs.Add(s);
|
||||
if(General.Interface.ShowEditSectors(secs) == DialogResult.OK)
|
||||
|
|
Loading…
Reference in a new issue