mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
uncommented a bit that was done up for debugging/testing
This commit is contained in:
parent
f1a355c04c
commit
9d36d10eea
1 changed files with 2 additions and 2 deletions
|
|
@ -281,8 +281,8 @@ void GenericConstBuffer::assertUnassignedConstants( const char *shaderName )
|
|||
mLayout->getDesc( i, pd );
|
||||
|
||||
// Assert on the unassigned constant.
|
||||
//AssertFatal( false, avar( "The '%s' shader constant in shader '%s' was unassigned!",
|
||||
// pd.name.c_str(), shaderName ) );
|
||||
AssertFatal( false, avar( "The '%s' shader constant in shader '%s' was unassigned!",
|
||||
pd.name.c_str(), shaderName ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue