Added initializer

This commit is contained in:
Robert Osfield 2016-07-02 12:29:07 +01:00
parent 8250bdce15
commit 5128461c67

View File

@ -137,6 +137,7 @@ public:
_modeCache(0),
_hasNormalCoords(geo->getNormalArray() != NULL),
_hasTexCoords(geo->getTexCoordArray(0) != NULL),
_lastFaceIndex(0),
_material(material)
{
}