eliminate geo cache, replace with trivial use of artifact cache defined by geo visualizer

This commit is contained in:
Ryan Fleury
2025-09-25 11:47:31 -07:00
parent d8fcbcd868
commit 7990b043a0
5 changed files with 47 additions and 380 deletions
-3
View File
@@ -86,9 +86,6 @@ main_thread_base_entry_point(int arguments_count, char **arguments)
#if defined(RENDER_CORE_H) && !defined(R_INIT_MANUAL)
r_init(&cmdline);
#endif
#if defined(GEO_CACHE_H) && !defined(GEO_INIT_MANUAL)
geo_init();
#endif
#if defined(FONT_CACHE_H) && !defined(FNT_INIT_MANUAL)
fnt_init();
#endif