OpenGEX: Add comment about pointer ownership

pull/1775/head
Turo Lamminen 2018-02-06 20:05:02 +02:00
parent ef891fb850
commit aa434b9566
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ private:
MetricInfo m_metrics[ MetricInfo::Max ];
aiNode *m_currentNode;
VertexContainer m_currentVertices;
aiMesh *m_currentMesh;
aiMesh *m_currentMesh; // not owned, target is owned by m_meshCache
aiMaterial *m_currentMaterial;
aiLight *m_currentLight;
aiCamera *m_currentCamera;