Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6440 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jan 8, 2006, 3:20:00 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: now the Widgets are only rendered within the HUD

File:
1 edited

Legend:

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

    r6431 r6440  
    410410}
    411411
     412GLGuiWidget* WorldEntity::getEnergyWidget()
     413{
     414  this->createEnergyWidget();
     415  return this->energyWidget;
     416}
     417
    412418/**
    413419 * @param visibility shows or hides the energy-bar
Note: See TracChangeset for help on using the changeset viewer.