Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2819 in orxonox.OLD for orxonox/trunk/src


Ignore:
Timestamp:
Nov 12, 2004, 12:52:52 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed importer autoconf in configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.cc

    r2817 r2819  
    338338  while( entity != NULL )
    339339    {
    340       if( entity->bDraw ) entity->draw();
     340      entity->draw();
    341341      entity = l->nextElement();
    342342    }
Note: See TracChangeset for help on using the changeset viewer.