Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2008, 12:25:13 AM (15 years ago)
Author:
rgrieder
Message:

Replaced most Exception throwing considering physics with warnings. Actions are simply ignored then.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc

    r2423 r2433  
    7272        if (this->childShapes_.find(shape) != this->childShapes_.end())
    7373        {
    74             ThrowException(NotImplemented, "Warning: Attaching a CollisionShape twice is not yet supported.");
     74            CCOUT(2) << "Warning: Attaching a CollisionShape twice is not yet supported." << std::endl;
    7575            return;
    7676        }
Note: See TracChangeset for help on using the changeset viewer.