mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
fixed bug that kept pasted things invisible
This commit is contained in:
parent
31184de358
commit
18e050d617
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace CodeImp.DoomBuilder.Editing
|
|||
// Done
|
||||
memstream.Dispose();
|
||||
General.Map.Map.UpdateConfiguration();
|
||||
General.Map.ThingsFilter.Update();
|
||||
General.Editing.Mode.OnPasteEnd();
|
||||
General.Plugins.OnPasteEnd();
|
||||
}
|
||||
|
@ -240,6 +241,7 @@ namespace CodeImp.DoomBuilder.Editing
|
|||
// Done
|
||||
memstream.Dispose();
|
||||
General.Map.Map.UpdateConfiguration();
|
||||
General.Map.ThingsFilter.Update();
|
||||
General.Editing.Mode.OnPasteEnd();
|
||||
General.Plugins.OnPasteEnd();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue