Added initializer

This commit is contained in:
Robert Osfield 2016-06-30 13:58:54 +01:00
parent b3765ac3cf
commit ca721a8d05

View File

@ -457,6 +457,7 @@ protected:
trpgSceneGraphParser::trpgSceneGraphParser()
{
top = currTop = NULL;
gmap = NULL;
// Register the readers
AddCallback(TRPG_GEOMETRY,new trpgReadGeometryHelper(this));