Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5396 in orxonox.OLD for trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Oct 17, 2005, 10:31:00 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed a BUG in the Element2D-class preventing the BindNode to functionate correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.cc

    r5395 r5396  
    150150  button->show();
    151151  button->setLabel("test");
    152 //  button->setBindNode(this);
    153   button->setRelCoor2D(500, 20);
     152  button->setBindNode(this);
    154153
    155154  this->weaponMan = new WeaponManager(this);
Note: See TracChangeset for help on using the changeset viewer.