Skip to content

Commit

Permalink
Mapping typo
Browse files Browse the repository at this point in the history
  • Loading branch information
offalynne committed Jan 16, 2024
1 parent 653c9ce commit c67d462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/__input_class_gamepad/__input_class_gamepad.gml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function __input_class_gamepad(_index) constructor
//As of 2020-08-17, GameMaker has weird in-build remapping rules for gamepad on MacOS
if (__INPUT_ON_MACOS)
{
if ((__mapping != "") && (___mapping != "no mapping"))
if ((__mapping != "") && (__mapping != "no mapping"))
{
if (!__INPUT_SILENT) __input_trace("Gamepad ", index, " has a custom mapping, clearing GameMaker's native mapping string");
__mac_cleared_mapping = true;
Expand Down

0 comments on commit c67d462

Please sign in to comment.