mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
vtf: fix cubemap loading
This commit is contained in:
@@ -1195,6 +1195,10 @@ bool CMaterial::ShouldSkipVar( KeyValues *pVar, bool *pWasConditional )
|
||||
{
|
||||
bShouldSkip = !IsX360();
|
||||
}
|
||||
else if ( ! stricmp( pCond, "gameconsole" ) )
|
||||
{
|
||||
bShouldSkip = !IsGameConsole();
|
||||
}
|
||||
else
|
||||
{
|
||||
Warning( "unrecognized conditional test %s in %s\n", pVarName, GetName() );
|
||||
|
||||
Reference in New Issue
Block a user