Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2008, 12:34:31 PM (16 years ago)
Author:
rgrieder
Message:
  • removed Script_clean.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gui/GUIManager.h

    r1646 r1647  
    7373
    7474        bool initialise();
    75         void tick(float dt);
     75        void tick(float dt)
     76        {
     77            assert(guiSystem_);
     78            guiSystem_->injectTimePulse(dt);
     79        }
    7680        void showGUI(const std::string& name, Ogre::SceneManager* sceneManager);// bool showBackground); // tolua_export
    7781        void _hideGUI(); // tolua_export
     
    131135        static GUIManager*        singletonRef_s;
    132136    }; // tolua_export
    133 
    134     inline void GUIManager::tick(float dt)
    135     {
    136         assert(guiSystem_);
    137         guiSystem_->injectTimePulse(dt);
    138     }
    139137} // tolua_export
    140138
Note: See TracChangeset for help on using the changeset viewer.