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:
parent
662a86d1cd
commit
3494724daa
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ void editorclass::reset(void)
|
||||||
substate = EditorSubState_MAIN;
|
substate = EditorSubState_MAIN;
|
||||||
|
|
||||||
undo_buffer.clear();
|
undo_buffer.clear();
|
||||||
|
redo_buffer.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void editorclass::show_note(const char* text)
|
void editorclass::show_note(const char* text)
|
||||||
|
|
Loading…
Reference in a new issue