Skip to content

Commit

Permalink
b756386 breaks mmod, not fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 17, 2020
1 parent 6b6b9d0 commit 1b04748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Etterna/Actor/Gameplay/ArrowEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ ArrowEffects::GetYOffset(const PlayerState* pPlayerState,
float fScrollSpeed = curr_options->m_fScrollSpeed;
if (curr_options->m_fMaxScrollBPM != 0) {
fScrollSpeed = curr_options->m_fMaxScrollBPM /
(pPlayerState->m_fReadBPM *
GAMESTATE->m_SongOptions.GetCurrent().m_fMusicRate);
(pPlayerState->m_fReadBPM);
}

// don't mess with the arrows after they've crossed 0
Expand Down

0 comments on commit 1b04748

Please sign in to comment.