Fixing compile warning

This commit is contained in:
Alexander Bock
2015-05-23 01:39:23 +02:00
parent aab60be7f1
commit f2a7ea9630
4 changed files with 5 additions and 3 deletions

View File

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