external mip texture loading

This commit is contained in:
Seth Galbraith 2002-01-16 01:02:50 +00:00
parent 9c1969146c
commit 93116bc827
6 changed files with 46 additions and 0 deletions

View file

@ -225,6 +225,7 @@ Mod_RealLoadModel (model_t *mod, qboolean crash, cache_allocator_t allocator)
default:
Mod_LoadBrushModel (mod, buf);
Mod_LoadExternalTextures (mod);
break;
}