Skip to content

Commit db7cae4

Browse files
committed
Fix.
1 parent 95d414a commit db7cae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Programs/NintendoSwitch_FastCodeEntry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ std::vector<std::vector<CodeboardAction>> codeboard_get_all_paths(
250250
paths.emplace_back(std::move(path));
251251
}
252252
}
253-
{
253+
if (reordering){
254254
CodeboardPosition position = positions[length - 1];
255255
std::vector<CodeboardAction> current = codeboard_get_mode_path(start, position);
256256
current.emplace_back(CodeboardAction::SCROLL_LEFT);

0 commit comments

Comments
 (0)