mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
fixed pointer problems and guard in material files
This commit is contained in:
parent
95ef5ec226
commit
688e54cb43
3 changed files with 5 additions and 5 deletions
|
|
@ -242,7 +242,7 @@ void MatInstance::construct()
|
|||
{
|
||||
mUserObject = NULL;
|
||||
mCurPass = -1;
|
||||
mProcessedMaterial = false;
|
||||
mProcessedMaterial = NULL;
|
||||
mVertexFormat = NULL;
|
||||
mMaxStages = 1;
|
||||
mActiveParameters = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue