Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 7:14:41 PM (16 years ago)
Author:
landauf
Message:

finally found the damn fkng bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/WorldEntity.h

    r586 r589  
    7878
    7979      inline void attachObject(Ogre::MovableObject *obj)
    80         { std::cout << "gux_1 " << this->node_ << " " << obj << "\n"; this->node_->attachObject(obj); std::cout << "gux_2\n"; }
     80        { this->node_->attachObject(obj); }
    8181      inline void attachObject(Mesh &mesh)
    82         { std::cout << "gux_3 " << this->node_ << " " << &mesh << " " << mesh.getEntity() << "\n"; this->node_->attachObject(mesh.getEntity()); std::cout << "gux_4\n"; }
     82        { this->node_->attachObject(mesh.getEntity()); }
    8383      inline void detachObject(Ogre::MovableObject *obj)
    8484        { this->node_->detachObject(obj); }
Note: See TracChangeset for help on using the changeset viewer.