Skip to content

Commit

Permalink
Fix the inability to press Select to Screenshot on NetEvaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 27, 2019
1 parent 0fdf04f commit 3e0e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Screen/Network/ScreenNetEvaluation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ScreenNetEvaluation::Input(const InputEventPlus& input)
if (input.DeviceI.button == KEY_ENTER)
return false;

return Screen::Input(input);
return ScreenEvaluation::Input(input);
}

void
Expand Down

0 comments on commit 3e0e477

Please sign in to comment.