Changeset 10715 for code/branches/fabienHS15/src/modules/overlays/hud
- Timestamp:
- Oct 27, 2015, 9:08:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/overlays/hud/HUDWeapon.cc
r10688 r10715 75 75 { 76 76 SUPER(HUDWeapon, tick, dt); 77 78 if (this->owner_)79 {80 81 }82 77 } 83 78 … … 101 96 { 102 97 SUPER(HUDWeapon, changedOverlayGroup); 103 104 //this->getOverlayGroup()->addElement(this->textOverlay_.get());105 98 } 106 99 … … 108 101 { 109 102 SUPER(HUDWeapon, changedVisibility); 110 111 //this->textOverlay_->setVisible(this->isVisible());112 103 } 113 104 … … 115 106 { 116 107 SUPER(HUDWeapon, changedName); 117 118 //this->textOverlay_->setName(this->getName() + "text");119 108 } 120 109
Note: See TracChangeset
for help on using the changeset viewer.