Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 18, 2005, 1:41:24 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: changelog

File:
1 edited

Legend:

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

    r5061 r5065  
    134134void WorldEntity::collidesWith(WorldEntity* entity, const Vector& location)
    135135{
    136   PRINTF(0)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z);
     136  PRINTF(3)("collision %s vs %s @ (%f,%f,%f)\n", this->getClassName(), entity->getClassName(), location.x, location.y, location.z);
    137137}
    138138
Note: See TracChangeset for help on using the changeset viewer.