Procházet zdrojové kódy

Merge pull request #19151 from Web-eWorks/freelook-fixes

Revert #14753, as it is buggy and no longer necessary.
Rémi Verschelde před 7 roky
rodič
revize
37cda57959
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      scene/main/viewport.cpp

+ 1 - 1
scene/main/viewport.cpp

@@ -1562,7 +1562,7 @@ void Viewport::_gui_input_event(Ref<InputEvent> p_event) {
 		if (mb->is_pressed()) {
 
 			Size2 pos = mpos;
-			if (gui.mouse_focus && mb->get_button_index() != gui.mouse_focus_button && mb->get_button_index() == BUTTON_LEFT) {
+			if (gui.mouse_focus && mb->get_button_index() != gui.mouse_focus_button) {
 
 				//do not steal mouse focus and stuff