Skip to content

Commit

Permalink
fix copy paste oversight with permamirror (again? i thought i already…
Browse files Browse the repository at this point in the history
… fixed this)
  • Loading branch information
MinaciousGrace authored and martensm committed Jun 23, 2017
1 parent 87258b4 commit 109fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ bool ScreenSelectMusic::Input(const InputEventPlus &input)
pProfile->AddToPermaMirror(GAMESTATE->m_pCurSteps[PLAYER_1]->GetChartKey());
}
else {
alwaysmirrorsmh->SetFavorited(false);
alwaysmirrorsmh->SetPermaMirror(false);
pProfile->RemoveFromPermaMirror(GAMESTATE->m_pCurSteps[PLAYER_1]->GetChartKey());
}
Message msg("FavoritesUpdated");
Expand Down

0 comments on commit 109fcf5

Please sign in to comment.