txti -> txt; checkpoint #4

This commit is contained in:
Ryan Fleury
2024-03-26 16:26:31 -07:00
parent 88798e4453
commit 8792c2280c
3 changed files with 64 additions and 5 deletions
+1 -2
View File
@@ -5117,8 +5117,7 @@ DF_VIEW_UI_FUNCTION_DEF(Code)
//
if(!entity_is_missing && !text_info_is_ready)
{
// df_view_equip_loading_info(view, 1, txti_buffer_info.bytes_processed, txti_buffer_info.bytes_to_process);
df_view_equip_loading_info(view, 1, 0, 0);
df_view_equip_loading_info(view, 1, text_info.bytes_processed, text_info.bytes_to_process);
}
//////////////////////////////