Skip to content

Commit

Permalink
stop being a braindead idiot, we use this for calc
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 19, 2020
1 parent cd549a2 commit c9fd096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Singletons/ScoreManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ ScoreManager::RecalculateSSRs(LoadingWindow* ld, const string& profileID)
songVectorPtrMutex,
reinterpret_cast<std::uintptr_t>(steps->m_pSong));

float ssrpercent = hs->GetWifeScore();
float ssrpercent = hs->GetSSRNormPercent();
float musicrate = hs->GetMusicRate();


Expand Down

0 comments on commit c9fd096

Please sign in to comment.