mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
external mip texture loading
This commit is contained in:
parent
9c1969146c
commit
93116bc827
6 changed files with 46 additions and 0 deletions
|
@ -225,6 +225,7 @@ Mod_RealLoadModel (model_t *mod, qboolean crash, cache_allocator_t allocator)
|
|||
|
||||
default:
|
||||
Mod_LoadBrushModel (mod, buf);
|
||||
Mod_LoadExternalTextures (mod);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue