Getting a running version of modularized cmakelists up and running

This commit is contained in:
Alexander Bock
2015-05-23 02:03:06 +02:00
parent f2a7ea9630
commit b882ba6078
11 changed files with 300 additions and 186 deletions

View File

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