Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 14, 2008, 11:26:34 AM (17 years ago)
Author:
rgrieder
Message:

added TickableReal to tick objects that shouldn't be affected by setTimeFactor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/Tickable.cc

    r1062 r1271  
    4040        RegisterRootObject(Tickable);
    4141    }
     42
     43    /**
     44        @brief Constructor: Registers the object in the TickableReal-list
     45    */
     46    TickableReal::TickableReal()
     47    {
     48        RegisterRootObject(TickableReal);
     49    }
    4250}
Note: See TracChangeset for help on using the changeset viewer.