mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Fixed a crash when user cancels engine launch during Test Map action.
These changes were made in previous commit. I just forgot to write info about them: Classic modes: going to Draw modes when Edit button is pressed when nothing is highlighted can be disabled in Preferences -> Editing -> "Start drawing when Edit pressed over empty space in Classic modes". Classic modes: removed Preferences -> Editing -> "Try to align horizontal tex. offset of dragged geometry", because it was more confusing than helpful...
This commit is contained in:
parent
ca03109006
commit
0ca7135121
1 changed files with 1 additions and 1 deletions
|
@ -1480,7 +1480,7 @@ namespace CodeImp.DoomBuilder {
|
|||
|
||||
// Fail
|
||||
compiler.Dispose();
|
||||
errors = null;
|
||||
errors.Clear(); //mxd
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue