Added missing header import and SetCachedGrooveStatsHash() method

This commit is contained in:
Michael Votaw
2024-07-23 18:52:33 -05:00
committed by teejusb
parent 1138b505f8
commit a70f1a015a
+7
View File
@@ -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());