Changeset 1854 for code/trunk/src/orxonox/overlays/hud
- Timestamp:
- Sep 28, 2008, 5:30:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/hud/HUDBar.cc
r1747 r1854 100 100 XMLPortParam(HUDBar, "rightToLeft", setRightToLeft, getRightToLeft, xmlElement, mode).defaultValues(false); 101 101 XMLPortParam(HUDBar, "autoColour", setAutoColour, getAutoColour, xmlElement, mode).defaultValues(true); 102 XMLPortObject(HUDBar, BarColour, "", addColour, getColour, xmlElement, mode , false, true);102 XMLPortObject(HUDBar, BarColour, "", addColour, getColour, xmlElement, mode); 103 103 } 104 104
Note: See TracChangeset
for help on using the changeset viewer.