From 3e413e1a2ea198fdd5215754fe0956cf9ed60676 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sun, 21 Jan 2024 08:08:24 -0800 Subject: [PATCH] dont omit txti edits from failed-load buffers; this prohibits the case of debugger-constructed buffers, like the output log --- src/txti/txti.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/txti/txti.c b/src/txti/txti.c index 3a7ff98a..34b2e98e 100644 --- a/src/txti/txti.c +++ b/src/txti/txti.c @@ -1059,7 +1059,6 @@ txti_mut_thread_entry_point(void *p) } //- rjf: apply edits - if(load_valid) { for(U64 buffer_apply_idx = 0; buffer_apply_idx < TXTI_ENTITY_BUFFER_COUNT;