feat: add batch undo support for scene triggers
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
@@ -40,8 +40,10 @@ static AppState create_test_state(void) {
|
||||
state.undo.undo_index = 0;
|
||||
state.undo.redo_index = 0;
|
||||
state.undo.count = 0;
|
||||
state.undo.current_batch_size = 0;
|
||||
for (int i = 0; i < MAX_UNDO_HISTORY; i++) {
|
||||
state.undo.prev_clip_indices[i] = -1;
|
||||
state.undo.batch_sizes[i] = 0;
|
||||
}
|
||||
|
||||
// JACK info
|
||||
|
||||
Reference in New Issue
Block a user