Skip to content

Commit

Permalink
Fix getTarget docs
Browse files Browse the repository at this point in the history
Resolves #1403
  • Loading branch information
spacey-sooty committed Aug 29, 2024
1 parent 8c09cd2 commit 84c07e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public boolean hasTargets() {

/**
* Returns a copy of the vector of targets.
* <p> Returned in the order set by target sort mode. </p>
*
* @return A copy of the vector of targets.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class PhotonPipelineResult {

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

0 comments on commit 84c07e3

Please sign in to comment.