Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2008, 12:27:16 PM (16 years ago)
Author:
rgrieder
Message:
  • implemented a new main loop, calling the ticks and the timers. —> removed the (Timer/Tick)FrameListener and displaced the code to Orxonox.cc (don't like it yet)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/tools/Timer.h

    r871 r900  
    6666    class _OrxonoxExport TimerBase : public OrxonoxClass
    6767    {
    68         friend class TimerFrameListener;
     68        //friend class TimerFrameListener;
     69        friend class Orxonox;
    6970
    7071        public:
     
    145146    };
    146147
     148#if 0
    147149    //! The TimerFrameListener manages all Timers in the game.
    148150    class TimerFrameListener : public Ogre::FrameListener
     
    180182            }
    181183    };
     184#endif
    182185}
    183186
Note: See TracChangeset for help on using the changeset viewer.