Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2005, 11:40:19 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: objectName is now a property of BaseObject, because pNode has nothing to do with a name

File:
1 edited

Legend:

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

    r4320 r4435  
    4242{
    4343  // name setup
    44   LoadParam<WorldEntity>(root, "name", this, &WorldEntity::setName)
    45     .describe("the name of the Object at hand");
     44  //  LoadParam<WorldEntity>(root, "name", this, &BaseObject::setName)
     45  //    .describe("the name of the Object at hand");
    4646
    4747  // Model Loading     
Note: See TracChangeset for help on using the changeset viewer.