Skip to content

Commit

Permalink
only extra downscale low scores at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 21, 2020
1 parent a2e5eaf commit cadd965
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@ Calc::CalcMain(const vector<NoteInfo>& NoteInfo,

DifficultyRating difficulty =
DifficultyRating{ 0.0,
downscale_low_accuracy_scores(stream, score_goal),
downscale_low_accuracy_scores(js, score_goal),
downscale_low_accuracy_scores(hs, score_goal),
downscale_low_accuracy_scores(stam, score_goal),
downscale_low_accuracy_scores(jack, score_goal),
downscale_low_accuracy_scores(chordjack, score_goal),
downscale_low_accuracy_scores(tech, score_goal) };
stream,
js,
hs,
stam,
jack,
chordjack,
tech};

chordjack = difficulty.handstream;

Expand Down

0 comments on commit cadd965

Please sign in to comment.