- Timestamp:
- Oct 30, 2015, 7:51:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/overlays/hud/HUDWeapon.cc
r10721 r10724 29 29 #include "HUDWeapon.h" 30 30 31 #include <OgreOverlayManager.h>32 #include <OgrePanelOverlayElement.h>33 34 31 #include "core/CoreIncludes.h" 35 32 #include "core/XMLPort.h" 36 #include "tools/TextureGenerator.h"37 33 #include "util/Convert.h" 38 34 #include "core/class/Super.h" … … 186 182 (*it)->setWeaponIndex(this->weaponIndex_); 187 183 (*it)->setWeaponModeHUDActualSize(this->weaponModeHUDActualSize_); 188 (*it)->positionHUDChilds();189 184 190 185 ++ positionIndex;
Note: See TracChangeset
for help on using the changeset viewer.