Added missing header import and SetCachedGrooveStatsHash() method
This commit is contained in:
@@ -906,6 +906,13 @@ RString Steps::MinimizedChartString()
|
|||||||
return minimizedNoteData;
|
return minimizedNoteData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Steps::SetCachedGrooveStatsHash(const RString key)
|
||||||
|
{
|
||||||
|
GrooveStatsHash = key;
|
||||||
|
m_bIsCachedGrooveStatsHashJustLoaded = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
RString Steps::GenerateChartKey()
|
RString Steps::GenerateChartKey()
|
||||||
{
|
{
|
||||||
ChartKey = this->GenerateChartKey(*m_pNoteData, this->GetTimingData());
|
ChartKey = this->GenerateChartKey(*m_pNoteData, this->GetTimingData());
|
||||||
|
|||||||
Reference in New Issue
Block a user