Cleaned SubMesh code

Former-commit-id: 26be5a2fd205428f10316f899ee36b8fc3c3d46e
This commit is contained in:
Lynix
2013-05-13 12:52:56 +02:00
parent 6c743a89b9
commit 2b00ee9c04
2 changed files with 2 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ class NAZARA_API NzSubMesh : public NzResource
void SetPrimitiveType(nzPrimitiveType primitiveType);
protected:
nzPrimitiveType m_primitiveType = nzPrimitiveType_TriangleList;
nzPrimitiveType m_primitiveType;
const NzMesh* m_parent;
unsigned int m_matIndex;
};