Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 5, 2008, 9:55:00 PM (16 years ago)
Author:
rgrieder
Message:

forgot getSingleton in Orxonox.cc
There are now only three classes uses getSingleton: ConfigFileManager, Server and Client

File:
1 edited

Legend:

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

    r1653 r1654  
    6868        this->ribbonTrail_->setMaterialName("Trail/backlighttrail");
    6969
    70         this->setTimeFactor(Orxonox::getSingleton().getTimeFactor());
     70        this->setTimeFactor(Orxonox::getInstance().getTimeFactor());
    7171    }
    7272
Note: See TracChangeset for help on using the changeset viewer.