dont omit txti edits from failed-load buffers; this prohibits the case of debugger-constructed buffers, like the output log

This commit is contained in:
Ryan Fleury
2024-01-21 08:08:24 -08:00
parent 6488a13a2e
commit 3e413e1a2e
-1
View File
@@ -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;