Fixed super-shuffle. It's sad that it was broken for so long!
This commit is contained in:
@@ -267,10 +267,7 @@ void Notes::AutogenFrom( Notes *parent_, NotesType ntTo )
|
||||
|
||||
void Notes::BakeAutoGen()
|
||||
{
|
||||
NoteData noteData;
|
||||
parent->GetNoteData( ¬eData );
|
||||
this->SetNoteData( ¬eData ); // this will call DeAutoGen
|
||||
|
||||
Decompress();
|
||||
parent = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user