Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Jun 29, 2021
1 parent 7816937 commit 970d862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ogre2/src/Ogre2Material.cc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ void Ogre2Material::Destroy()
Ogre::SceneManager *sceneManager = s->OgreSceneManager();
sceneManager->shrinkToFitMemoryPools();

Ogre::RenderSystem *renderSystem = root->getRenderSystem();
Ogre::VaoManager *vaoManager = textureManager->getVaoManager();
vaoManager->cleanupEmptyPools();
}
Expand Down

0 comments on commit 970d862

Please sign in to comment.