Skip to content

Commit

Permalink
run a final post smoothing pass on adjusted cj diff
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 6, 2020
1 parent 93227f7 commit 5138330
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7024,9 +7024,14 @@ Calc::InitializeHands(const vector<NoteInfo>& NoteInfo,

left_hand.InitAdjDiff();
right_hand.InitAdjDiff();
// Smooth(left_hand.base_adj_diff[Skill_Jumpstream], 1.f);
// Smooth(right_hand.base_adj_diff[Skill_Jumpstream], 1.f);
// debug info loop


// post pattern mod smoothing for cj
Smooth(left_hand.base_adj_diff[Skill_Chordjack], 1.f);
Smooth(right_hand.base_adj_diff[Skill_Chordjack], 1.f);


// debug info loop
if (debugmode) {
for (auto& hp : spoopy) {
auto& hand = hp.first;
Expand Down

0 comments on commit 5138330

Please sign in to comment.