More cleanup of CMakeLists

This commit is contained in:
Alexander Bock
2015-05-23 12:57:14 +02:00
parent 7ee57a83b9
commit 4585ee1422
12 changed files with 419 additions and 494 deletions

View File

@@ -125,7 +125,6 @@ bool RenderableTrail::initialize() {
bool RenderableTrail::deinitialize() {
glDeleteVertexArrays(1, &_vaoID);
glDeleteBuffers(1, &_vBufferID);
//Renderable::deinitialize();
return true;
}