mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(model): clear texture transforms in CM2Model::FreeInternalResources
This commit is contained in:
parent
79b5afdd71
commit
28faa4b2c8
@ -991,10 +991,9 @@ void CM2Model::FreeInternalResources() {
|
|||||||
this->m_textureWeights = nullptr;
|
this->m_textureWeights = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
if (this->m_textureTransforms) {
|
||||||
// if (this->m_textureTransforms) {
|
this->m_textureTransforms = nullptr;
|
||||||
// this->m_textureTransforms = nullptr;
|
}
|
||||||
// }
|
|
||||||
|
|
||||||
if (this->m_attachments) {
|
if (this->m_attachments) {
|
||||||
this->m_attachments = nullptr;
|
this->m_attachments = nullptr;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user