diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index 99253317689..cb6f33a826d 100644 --- a/src/game/editor/editor.cpp +++ b/src/game/editor/editor.cpp @@ -2295,7 +2295,7 @@ void CEditor::DoQuad(int LayerIndex, const std::shared_ptr &pLayer, s_Operation = OP_SELECT; } - else if(Ui()->MouseButton(1)) + else if(Ui()->MouseButtonClicked(1)) { if(Input()->ShiftIsPressed()) {