bugfix new config file creation

This commit is contained in:
Ryan Fleury
2024-01-12 10:48:28 -08:00
parent ec7600cac8
commit 8948206661
4 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -653,7 +653,7 @@ dbgi_parse_thread_entry_point(void *p)
}
if(os_now_microseconds()-start_wait_t > 10000000 && og_dbg_props.size < MB(64))
{
os_graphical_message(1, str8_lit("RADDBG INTERNAL DEVELOPMENT MESSAGE"), str8_lit("this is taking a while... indicative of something that seemed like a bug that Jeff hit before. attach with debugger now & see where the callstack is?"));
// os_graphical_message(1, str8_lit("RADDBG INTERNAL DEVELOPMENT MESSAGE"), str8_lit("this is taking a while... indicative of something that seemed like a bug that Jeff hit before. attach with debugger now & see where the callstack is?"));
}
}
}