Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2005, 10:57:45 AM (18 years ago)
Author:
bensch
Message:

orxonox/OM: draw works with new interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/objectmanager/src/util/object_manager.cc

    r6123 r6126  
    133133  if (omList != OM_INIT || omList == OM_SIZE)
    134134  {
    135     PRINT(0)(" +ObjectManager-LIST: '%s'-size='%d'-----\n", ObjectManager::OMListToString((OM_LIST)omList), this->objectLists[omList].size());
     135    PRINT(0)(" +ObjectManager-LIST: '%s'==size='%d'==---\n", ObjectManager::OMListToString((OM_LIST)omList), this->objectLists[omList].size());
    136136  //  if (level >= 1)
    137137    {
     
    144144  }
    145145  else
    146     PRINTF(2)("Invalid query. for OM_INIT-LIST\n");
     146    PRINTF(2)("Invalid query. for OM_INIT-LIST or OM_SIZE\n");
    147147}
    148148
Note: See TracChangeset for help on using the changeset viewer.