push as is, half baked broken twn_models.c
This commit is contained in:
@ -685,6 +685,7 @@ static bool initialize(void) {
|
||||
profile_start("texture and text cache initialization");
|
||||
textures_cache_init(&ctx.texture_cache, ctx.window);
|
||||
text_cache_init(&ctx.text_cache);
|
||||
models_state_init();
|
||||
profile_end("texture and text cache initialization");
|
||||
|
||||
return true;
|
||||
@ -706,7 +707,7 @@ static void clean_up(void) {
|
||||
toml_free(ctx.config_table);
|
||||
PHYSFS_deinit();
|
||||
workers_deinit();
|
||||
model_state_deinit();
|
||||
models_state_deinit();
|
||||
SDL_free(ctx.base_dir);
|
||||
SDL_free(ctx.title);
|
||||
SDL_GL_DeleteContext(ctx.gl_context);
|
||||
|
Reference in New Issue
Block a user