2
0
kobewi 1 жил өмнө
parent
commit
af28d58215

+ 2 - 1
editor/plugins/tiles/tile_map_layer_editor.cpp

@@ -764,12 +764,13 @@ bool TileMapLayerEditorTilesPlugin::forward_canvas_gui_input(const Ref<InputEven
 
 			} else {
 				// Released.
-				drag_erasing = false;
 				if (drag_type == DRAG_TYPE_NONE) {
+					drag_erasing = false;
 					return false;
 				} else {
 					_stop_dragging();
 				}
+				drag_erasing = false;
 			}
 
 			CanvasItemEditor::get_singleton()->update_viewport();