Skip to content

Commit

Permalink
Close #74
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreme8000 committed Jan 24, 2019
1 parent f2584d7 commit 98818da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hud.c
Expand Up @@ -890,7 +890,9 @@ static void hud_ingame_scroll(double yoffset) {

static double last_x, last_y;
static void hud_ingame_mouselocation(double x, double y) {
if(show_exit) {
if(show_exit) {
last_x = x;
last_y = y;
return;
}
int dx = x-last_x;
Expand Down

0 comments on commit 98818da

Please sign in to comment.