diff --git a/src/Steps.cpp b/src/Steps.cpp index 1de346fa6d..2142853b6d 100644 --- a/src/Steps.cpp +++ b/src/Steps.cpp @@ -906,6 +906,13 @@ RString Steps::MinimizedChartString() return minimizedNoteData; } +void Steps::SetCachedGrooveStatsHash(const RString key) +{ + GrooveStatsHash = key; + m_bIsCachedGrooveStatsHashJustLoaded = true; +} + + RString Steps::GenerateChartKey() { ChartKey = this->GenerateChartKey(*m_pNoteData, this->GetTimingData());