mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
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:
@@ -1059,7 +1059,6 @@ txti_mut_thread_entry_point(void *p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//- rjf: apply edits
|
//- rjf: apply edits
|
||||||
if(load_valid)
|
|
||||||
{
|
{
|
||||||
for(U64 buffer_apply_idx = 0;
|
for(U64 buffer_apply_idx = 0;
|
||||||
buffer_apply_idx < TXTI_ENTITY_BUFFER_COUNT;
|
buffer_apply_idx < TXTI_ENTITY_BUFFER_COUNT;
|
||||||
|
|||||||
Reference in New Issue
Block a user