Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2008, 7:21:17 PM (15 years ago)
Author:
rgrieder
Message:
  • Removed a const_const that could be easily replaced
  • getScene()→getSceneManager() is non zero again in dedicated mode

—> PLEASE ALWAYS USE Core::showsGraphics() TO IDENTIFY EXACTLY THAT, NOT this→getScene()→getSceneManager().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/objects/worldentities/Backlight.cc

    r2500 r2537  
    214214                this->update_trailmaterial();
    215215                if (this->ribbonTrail_)
    216                     this->ribbonTrail_->addNode(const_cast<Ogre::SceneNode*>(this->getNode()));
     216                    this->ribbonTrail_->addNode(this->node_);
    217217            }
    218218        }
Note: See TracChangeset for help on using the changeset viewer.