Fix RMB erasing of tiles
This commit is contained in:
parent
9425535602
commit
af28d58215
1 changed files with 2 additions and 1 deletions
|
@ -764,12 +764,13 @@ bool TileMapLayerEditorTilesPlugin::forward_canvas_gui_input(const Ref<InputEven
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Released.
|
// Released.
|
||||||
drag_erasing = false;
|
|
||||||
if (drag_type == DRAG_TYPE_NONE) {
|
if (drag_type == DRAG_TYPE_NONE) {
|
||||||
|
drag_erasing = false;
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
_stop_dragging();
|
_stop_dragging();
|
||||||
}
|
}
|
||||||
|
drag_erasing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
CanvasItemEditor::get_singleton()->update_viewport();
|
CanvasItemEditor::get_singleton()->update_viewport();
|
||||||
|
|
Loading…
Reference in a new issue