Skip to content

Commit

Permalink
Fix build error after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Matias N. Goldberg <[email protected]>
  • Loading branch information
darksylinc committed Dec 4, 2021
1 parent 1a39e42 commit 98d825f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre2/src/Ogre2RayQuery.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RayQueryResult Ogre2RayQuery::ClosestPoint(bool _forceSceneUpdate)
// ray query using selection buffer does not seem to work on some machines
// using cpu based ray-triangle intersection method
// \todo remove this line if selection buffer is working again
return this->ClosestPointByIntersection();
return this->ClosestPointByIntersection(_forceSceneUpdate);

#ifdef __APPLE__
return this->ClosestPointByIntersection(_forceSceneUpdate);
Expand Down

0 comments on commit 98d825f

Please sign in to comment.