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