Skip to content

Commit

Permalink
Revert "copy not reference"
Browse files Browse the repository at this point in the history
This reverts commit 8442f34.
  • Loading branch information
spacey-sooty committed Aug 29, 2024
1 parent 8442f34 commit 23299b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ class PhotonPipelineResult {
bool HasTargets() const { return targets.size() > 0; }

/**
* Returns a copy of the vector of targets.
* Returns a reference to the vector of targets.
* <p> Returned in the order set by target sort mode. </p>
* @return A copy of the vector of targets.
* @return A reference to the vector of targets.
*/
const std::span<const PhotonTrackedTarget> GetTargets() const {
return targets;
Expand Down

0 comments on commit 23299b0

Please sign in to comment.