Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2008, 5:19:48 PM (16 years ago)
Author:
landauf
Message:

Super.h:

  • removed some commented lines
  • removed testfunction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/Skybox.cc

    r1684 r1736  
    6767    void Skybox::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    6868    {
    69 //        BaseObject::XMLPort(xmlelement, mode);
    7069        SUPER(Skybox, XMLPort, xmlelement, mode);
    7170
     
    8786    void Skybox::changedVisibility()
    8887    {
    89 //        BaseObject::changedVisibility();
    9088        SUPER(Skybox, changedVisibility);
    9189        GraphicsEngine::getSingleton().getSceneManager()->setSkyBox(this->isVisible(), this->skyboxSrc_);
Note: See TracChangeset for help on using the changeset viewer.