Changeset 2396 for code/branches/objecthierarchy2/src/orxonox/tools
- Timestamp:
- Dec 10, 2008, 6:37:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/tools/Shader.cc
r2361 r2396 83 83 Shader::~Shader() 84 84 { 85 /* 86 if (this-> isInitialized() && this->bLoadCompositor_ && this->compositor_ != "")85 86 if (this->bLoadCompositor_ && this->compositorInstance_) 87 87 { 88 88 Ogre::Viewport* viewport = GraphicsEngine::getInstance().getViewport(); … … 90 90 Ogre::CompositorManager::getSingleton().removeCompositor(viewport, this->compositor_); 91 91 } 92 */ 92 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.