Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2005, 5:13:20 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: tuning orxonox via benchmarking, virt. inline functions can't be inline unless used in a very spec way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/primitive.cc

    r3616 r3649  
    149149   \param time in sec
    150150*/
    151 void Primitive::tick (float time)
     151inline void Primitive::tick (float time)
    152152{
    153153  // Vector v(0.0, 0.0, 1.0);
     
    159159   \brief drawing function of the object
    160160*/
    161 void Primitive::draw ()
     161inline void Primitive::draw ()
    162162{
    163163  glMatrixMode(GL_MODELVIEW);
Note: See TracChangeset for help on using the changeset viewer.