Changeset 1308 for code/branches/hud3/src/orxonox/objects/SpaceShip.cc
- Timestamp:
- May 16, 2008, 11:27:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/objects/SpaceShip.cc
r1295 r1308 432 432 433 433 std::string SpaceShip::whereAmI() { 434 return getConvertedValue< int, std::string>(SpaceShip::instance_s->getPosition().x)435 + " " + getConvertedValue< int, std::string>(SpaceShip::instance_s->getPosition().y)436 + " " + getConvertedValue< int, std::string>(SpaceShip::instance_s->getPosition().z);434 return getConvertedValue<float, std::string>(SpaceShip::instance_s->getPosition().x) 435 + " " + getConvertedValue<float, std::string>(SpaceShip::instance_s->getPosition().y) 436 + " " + getConvertedValue<float, std::string>(SpaceShip::instance_s->getPosition().z); 437 437 } 438 438
Note: See TracChangeset
for help on using the changeset viewer.