We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9141f1e commit b5f4942Copy full SHA for b5f4942
1 file changed
code/hud/hudconfig.cpp
@@ -861,7 +861,6 @@ void hud_config_check_regions(int mx, int my)
861
862
// If we're not in the HUD area then nothing else applies here
863
if (!hud_config_check_mouse_in_hud_area(mx, my)) {
864
- mouse_flush();
865
return;
866
}
867
0 commit comments