Browse Source

Fix clicking on triggers on the lower part of the screen

pull/3835/head
Anders Jenbo 4 years ago
parent
commit
59e8502743
  1. 2
      Source/trigs.cpp

2
Source/trigs.cpp

@ -749,7 +749,7 @@ void CheckTrigForce()
{ {
trigflag = false; trigflag = false;
if (!sgbControllerActive && MousePosition.y > GetMainPanel().position.y - 1) { if (!sgbControllerActive && GetMainPanel().Contains(MousePosition)) {
return; return;
} }

Loading…
Cancel
Save