1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Clear redo buffer on level load

This commit is contained in:
NyakoFox 2024-10-03 22:39:18 -03:00
parent 662a86d1cd
commit 3494724daa

View file

@ -414,6 +414,7 @@ void editorclass::reset(void)
substate = EditorSubState_MAIN;
undo_buffer.clear();
redo_buffer.clear();
}
void editorclass::show_note(const char* text)