OpenGEX: Add comment about pointer ownership
parent
ef891fb850
commit
aa434b9566
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue