Skip to content
Snippets Groups Projects
Commit 6f047e43 authored by biwa's avatar biwa
Browse files

Draw Grid Mode: fixed a problem where "continuous drawing" would redraw all...

Draw Grid Mode: fixed a problem where "continuous drawing" would redraw all previously drawn shapes each time a drawing was finished. Fixes #912
parent e802bb36
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
{
// Reset settings
points.Clear();
gridpoints.Clear();
labels.Clear();
drawingautoclosed = false;
......
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