Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 17


Ignore:
Timestamp:
Oct 10, 2007, 10:09:17 AM (17 years ago)
Author:
anonymous
Message:

cegui

File:
1 edited

Legend:

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

    r6 r17  
    5050{
    5151protected:
     52/*
    5253        void updateStats(void)
    5354        {
     
    8384                        guiDbg->setCaption(mDebugText);
    8485                }
    85                 catch(...) { /* ignore */ }
    86         }
    87 
     86                catch(...) { }
     87        }
     88*/
    8889public:
    8990        // Constructor takes a RenderWindow because it uses that to determine input context
Note: See TracChangeset for help on using the changeset viewer.