- Timestamp:
- Nov 27, 2015, 10:37:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/src/orxonox/controllers/SectionController.cc
r10879 r10880 276 276 } 277 277 } 278 return *targetRelativePosition; 278 Vector3 result = *targetRelativePosition; 279 delete targetRelativePosition; 280 return result; 279 281 } 280 282
Note: See TracChangeset
for help on using the changeset viewer.