Bugfix: meshObject should be deleted even without debug. Andro Bakica

This commit is contained in:
Hrvoje Jasak 2019-09-25 09:12:33 +01:00
parent 21466ef615
commit ccf2890812

View file

@ -168,11 +168,11 @@ public:
if (Mesh::debug) if (Mesh::debug)
{ {
Info << "Deleting object " << obj.type() << endl; Info << "Deleting object " << obj.type() << endl;
}
obj.deleteObject(); obj.deleteObject();
} }
} }
}
//- Destructor //- Destructor