Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 15, 2010, 8:35:20 AM (14 years ago)
Author:
dafrick
Message:

Improvements in InvisiblePickup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/tools/Timer.h

    r7401 r7545  
    133133            inline void unpauseTimer()
    134134                { this->bActive_ = true; }
    135             /// Returns true if the Timer is active (neither stoped nor paused).
     135            /// Returns true if the Timer is active (neither stopped nor paused).
    136136            inline bool isActive() const
    137137                { return this->bActive_; }
Note: See TracChangeset for help on using the changeset viewer.