Skip to content

Commit

Permalink
maybe fix odd issue where replays use impossible hidenote TNS value
Browse files Browse the repository at this point in the history
??????? tested for 5 minutes i dunno
  • Loading branch information
poco0317 committed Jul 28, 2021
1 parent fc5d5d3 commit 939bcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Models/Misc/PlayerOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ PlayerOptions::Init()
m_LifeType = LifeType_Bar;
m_DrainType = DrainType_Normal;
m_BatteryLives = 4;
m_MinTNSToHideNotes = PREFSMAN->m_MinTNSToHideNotes;
m_MinTNSToHideNotes = PREFSMAN->m_MinTNSToHideNotes.Get();
m_bSetScrollSpeed = false;
m_fMaxScrollBPM = 0;
m_SpeedfMaxScrollBPM = 1.0f;
Expand Down

0 comments on commit 939bcbe

Please sign in to comment.