Add new locations for materials.mat

pbr/sprites/materials.mat
pbr/gfx/env/materials.mat
This commit is contained in:
NightFox 2021-11-30 18:34:40 +03:00 committed by Ivan Avdeev
parent f70f5bfe82
commit b517205269
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ void XVK_ReloadMaterials( void ) {
loadMaterialsFromFile( "pbr/materials.mat" );
loadMaterialsFromFile( "pbr/models/materials.mat" );
loadMaterialsFromFile( "pbr/sprites/materials.mat" );
loadMaterialsFromFile( "pbr/gfx/env/materials.mat" );
{
const char *wad = g_map_entities.wadlist;