Changeset 9898 for code/branches/presentationHS13/src/orxonox/controllers
- Timestamp:
- Dec 16, 2013, 1:26:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13/src/orxonox/controllers/NewHumanController.cc
r9667 r9898 443 443 444 444 if (pawn) 445 pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 1200 );445 pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 3000 ); 446 446 447 447 if( this->getControllableEntity() && this->getControllableEntity()->getTarget() != 0 )
Note: See TracChangeset
for help on using the changeset viewer.