diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index 992533176..cb6f33a82 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()) {