diff --git a/src/model/CM2Model.cpp b/src/model/CM2Model.cpp index a3f772e..0d92696 100644 --- a/src/model/CM2Model.cpp +++ b/src/model/CM2Model.cpp @@ -991,10 +991,9 @@ void CM2Model::FreeInternalResources() { this->m_textureWeights = nullptr; } - // TODO - // if (this->m_textureTransforms) { - // this->m_textureTransforms = nullptr; - // } + if (this->m_textureTransforms) { + this->m_textureTransforms = nullptr; + } if (this->m_attachments) { this->m_attachments = nullptr;