- fixed vbsp not loading game shader libraries

This commit is contained in:
Biohazard 2013-09-29 15:39:46 +02:00
parent 07f2765918
commit 61f478a92a

View file

@ -52,6 +52,11 @@ void LoadMaterialSystemInterface( CreateInterfaceFn fileSystemFactory )
{
Error( "Could not start the empty shader (shaderapiempty.dll)!" );
}
// loads game shader dlls from game directory
// i.e. allows you to use custom lightmapped shaders in hammer
// the respective call to ModShutdown() has been left out on purpose because it makes vbsp crash
g_pMaterialSystem->ModInit();
}
void InitMaterialSystem( const char *materialBaseDirPath, CreateInterfaceFn fileSystemFactory )