mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-16 17:11:28 +00:00
Draw Grid Mode: fixed a problem where "continuous drawing" would redraw all previously drawn shapes each time a drawing was finished. Fixes #912
This commit is contained in:
parent
e802bb364a
commit
6f047e4347
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
{
|
||||
// Reset settings
|
||||
points.Clear();
|
||||
gridpoints.Clear();
|
||||
labels.Clear();
|
||||
drawingautoclosed = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue