Merge pull request #56 from asmaloney/init_stuff

Make sure members are initialized properly
This commit is contained in:
Alexander Gessler
2013-06-21 09:53:41 -07:00
2 changed files with 28 additions and 27 deletions

1
code/ObjFileData.h Normal file → Executable file
View File

@@ -283,6 +283,7 @@ struct Model
m_pCurrent(NULL),
m_pCurrentMaterial(NULL),
m_pDefaultMaterial(NULL),
m_pGroupFaceIDs(NULL),
m_strActiveGroup(""),
m_pCurrentMesh(NULL)
{