mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge branch 'Preview4_0' into alpha40translucency2
This commit is contained in:
commit
63be684474
1102 changed files with 205083 additions and 62836 deletions
|
|
@ -405,8 +405,11 @@ Var* ShaderFeatureHLSL::getInTexCoord( const char *name,
|
|||
texCoord->setType( type );
|
||||
}
|
||||
|
||||
AssertFatal( dStrcmp( type, (const char*)texCoord->type ) == 0,
|
||||
"ShaderFeatureHLSL::getInTexCoord - Type mismatch!" );
|
||||
//AssertFatal( dStrcmp( type, (const char*)texCoord->type ) == 0,
|
||||
// "ShaderFeatureHLSL::getInTexCoord - Type mismatch!" );
|
||||
|
||||
if (dStrcmp(type, (const char*)texCoord->type) != 0)
|
||||
return nullptr;
|
||||
|
||||
return texCoord;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue