Changeset 10834 for code/branches/campaignHS15/src/modules/docking
- Timestamp:
- Nov 23, 2015, 1:24:51 PM (9 years ago)
- Location:
- code/branches/campaignHS15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15
-
code/branches/campaignHS15/src/modules/docking/DockingController.cc
r9667 r10834 61 61 62 62 float distance = (this->dock_->getWorldPosition() - entity->getPosition()).length(); 63 Vector2 coord = get2DView coordinates( // I don't understand this too63 Vector2 coord = get2DViewCoordinates( // I don't understand this too 64 64 entity->getPosition(), 65 65 entity->getOrientation() * WorldEntity::FRONT,
Note: See TracChangeset
for help on using the changeset viewer.