Updated to latest Ghoul.

This commit is contained in:
Jonas Strandstedt
2014-12-16 11:37:46 +01:00
parent 81574ff905
commit 73c123dc69
2 changed files with 3 additions and 1 deletions

View File

@@ -130,6 +130,8 @@ PowerScaledSphere::~PowerScaledSphere()
delete[] _varray;
if (_iarray)
delete[] _iarray;
_vbo.deinitialize();
}
bool PowerScaledSphere::initialize()