Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2007, 3:59:34 PM (17 years ago)
Author:
nicolasc
Message:

added Media and Config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/ExampleFrameListener.h

    r18 r25  
    5050{
    5151protected:
    52 /*
     52
    5353        void updateStats(void)
    5454        {
     
    8686                catch(...) { }
    8787        }
    88 */
     88
    8989public:
    9090        // Constructor takes a RenderWindow because it uses that to determine input context
     
    366366        bool frameEnded(const FrameEvent& evt)
    367367        {
    368 //              updateStats();
     368                updateStats();
    369369                return true;
    370370        }
Note: See TracChangeset for help on using the changeset viewer.