Skip to content

Commit

Permalink
(D3D8) Buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Mar 2, 2018
1 parent 371b6a6 commit ed67653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/drivers/d3d8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ static void d3d8_overlay_enable(void *data, bool state)
for (i = 0; i < d3d->overlays_size; i++)
d3d->overlays_enabled = state;

d3d8_show_mouse(state);
d3d8_show_mouse(d3d, state);
}

static void d3d8_overlay_full_screen(void *data, bool enable)
Expand Down

0 comments on commit ed67653

Please sign in to comment.