Skip to content
Snippets Groups Projects
Commit 7c2611bc authored by codeimp's avatar codeimp
Browse files

Fixed some cases where the 2D surfaces were not updated with changes made in Visual Mode

parent 52095b9a
No related branches found
No related tags found
No related merge requests found
......@@ -399,6 +399,13 @@ namespace CodeImp.DoomBuilder.BuilderModes
{
General.ShowHelp("e_visual.html");
}
// When returning to another mode
public override void OnDisengage()
{
base.OnDisengage();
General.Map.Map.Update();
}
// Processing
public override void OnProcess(double deltatime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment