push as is, half baked broken twn_models.c

This commit is contained in:
veclavtalica
2025-02-14 19:51:34 +03:00
parent 0df0a9226f
commit f81c583319
10 changed files with 460 additions and 49 deletions

View File

@ -28,7 +28,7 @@ static int worker_thread(void *udata) {
continue;
/* process models, which will trigger texture loads */
if (model_load_workers_thread())
if (models_load_workers_thread())
continue;
if (textures_load_workers_thread())