Skip to content

Commit

Permalink
last freeplay fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Aug 15, 2024
1 parent c572a58 commit 94f6d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/ClientPrefs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ClientPrefs {
'accept' => [A, START],
'back' => [B],
'pause' => [START],
'screenshot' => [NONE],
'screenshot' => [],
'reset' => [BACK]
];
public static var defaultKeys:Map<String, Array<FlxKey>> = null;
Expand Down

0 comments on commit 94f6d6b

Please sign in to comment.