Skip to content

Commit

Permalink
fix correct set of default value
Browse files Browse the repository at this point in the history
  • Loading branch information
derskythe committed Dec 2, 2022
1 parent b1b77d6 commit 82ddefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/subbrute_scene_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void subbrute_scene_start_on_enter(void* context) {

instance->current_view = SubBruteViewMain;
subbrute_main_view_set_callback(view, subbrute_scene_start_callback, instance);
subbrute_main_view_set_index(view, 3, false, instance->device->two_bytes, 0);
subbrute_main_view_set_index(view, instance->device->attack, false, instance->device->two_bytes, 0);

view_dispatcher_switch_to_view(instance->view_dispatcher, instance->current_view);

Expand Down

0 comments on commit 82ddefd

Please sign in to comment.