Correct a typo that produces segfault during cleanup on some systems.

This commit is contained in:
ehofman
2004-07-22 08:04:18 +00:00
parent 3c84b6e2f6
commit 29269c6686

View File

@@ -963,8 +963,7 @@ SGTexMultipleAnimation::SGTexMultipleAnimation( SGPropertyNode *prop_root,
SGTexMultipleAnimation::~SGTexMultipleAnimation ()
{
// delete _table;
delete _transform;
delete [] _transform;
}
int