diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-09-27 00:25:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 00:25:45 +0300 |
commit | 813a97c0ab820edaf5ab0fae942c55f1d4b8a36f (patch) | |
tree | 68d215295c5fb121cce1122c3f872d85665ced02 /indra/newview/llagentlistener.h | |
parent | 51b55e7e85882cde5051d2df6ced8c6a160e04a8 (diff) | |
parent | 75d8f732a64e42e8be808a40e8080a226fc91cd9 (diff) |
Merge pull request #2700 from secondlife/maxim/lua-autopilot-dev
Lua api for autopilot functions
Diffstat (limited to 'indra/newview/llagentlistener.h')
-rw-r--r-- | indra/newview/llagentlistener.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentlistener.h b/indra/newview/llagentlistener.h index 2765bb5b66..05724ff443 100644 --- a/indra/newview/llagentlistener.h +++ b/indra/newview/llagentlistener.h @@ -67,7 +67,7 @@ private: void stopAnimation(LLSD const &event_data); void getAnimationInfo(LLSD const &event_data); - LLViewerObject * findObjectClosestTo( const LLVector3 & position ) const; + LLViewerObject * findObjectClosestTo( const LLVector3 & position, bool sit_target = false ) const; private: LLAgent & mAgent; |