mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-12 22:50:36 -06:00
Getting a running version of modularized cmakelists up and running
This commit is contained in:
@@ -120,7 +120,7 @@ bool RenderablePath::initialize() {
|
||||
bool RenderablePath::deinitialize() {
|
||||
glDeleteVertexArrays(1, &_vaoID);
|
||||
glDeleteBuffers(1, &_vBufferID);
|
||||
Renderable::deinitialize();
|
||||
//Renderable::deinitialize();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user