Fixed warnings

This commit is contained in:
Robert Osfield
2009-01-09 15:55:25 +00:00
parent 2287f1190b
commit b5a2dc4cfb
6 changed files with 30 additions and 24 deletions

View File

@@ -21,17 +21,16 @@
using namespace osgdae;
daeReader::daeReader(DAE *dae_) : dae(dae_),
rootNode(NULL),
m_numlights(0),
currentEffect(NULL),
currentInstance_effect(NULL),
geometryMap(),
materialMap(),
m_AuthoringTool(UNKNOWN),
daeReader::daeReader(DAE *dae_) :
m_AssetUnitName("meter"),
m_AssetUnitMeter(1.0),
m_AssetUp_axis(UPAXISTYPE_Y_UP)
m_AssetUp_axis(UPAXISTYPE_Y_UP),
dae(dae_),
rootNode(NULL),
m_numlights(0),
currentInstance_effect(NULL),
currentEffect(NULL),
m_AuthoringTool(UNKNOWN)
{
}