소스 검색

OpenGEX: Add comment about pointer ownership

Turo Lamminen 7 년 전
부모
커밋
aa434b9566
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/OpenGEXImporter.h

+ 1 - 1
code/OpenGEXImporter.h

@@ -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;