Skip to content

Commit 8b5666e

Browse files
fix renammed call in windows
1 parent 327b4e8 commit 8b5666e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

minigamepad.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ void mg_gamepads_init_platform(mg_gamepads* gamepads) {
17561756
}
17571757

17581758
if (mg_xinput_dll) {
1759-
mg_bool b = mg_gamepads_fetch(gamepads, NULL);
1759+
mg_bool b = mg_gamepads_poll_platform(gamepads, NULL);
17601760
MG_UNUSED(b);
17611761
}
17621762
}

0 commit comments

Comments
 (0)