Bugfix: meshObject should be deleted even without debug. Andro Bakica
This commit is contained in:
parent
21466ef615
commit
ccf2890812
1 changed files with 2 additions and 2 deletions
|
@ -168,9 +168,9 @@ public:
|
|||
if (Mesh::debug)
|
||||
{
|
||||
Info << "Deleting object " << obj.type() << endl;
|
||||
|
||||
obj.deleteObject();
|
||||
}
|
||||
|
||||
obj.deleteObject();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue