mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
cleanup strays
handle clearing composite input textures we no longer have a material value labeled emissive.
This commit is contained in:
parent
e2faa8c49c
commit
37f28dfbd7
3 changed files with 2 additions and 4 deletions
|
|
@ -172,6 +172,7 @@ bool ProcessedMaterial::stepInstance()
|
|||
|
||||
String ProcessedMaterial::_getTexturePath(const String& filename)
|
||||
{
|
||||
if (filename.isEmpty()) return filename;
|
||||
// if '/', then path is specified, use it.
|
||||
if( filename.find('/') != String::NPos )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue