diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-06-07 18:52:22 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-06-07 19:49:45 +0200 |
commit | 247f6ae06f506bbafd1cb52d35bfc894f5d18180 (patch) | |
tree | 8481d16b002dc16ef8d7010ddc4531d3a3e701d4 /indra/newview/llagent.h | |
parent | 45a54ba544b12ce4b27c52dd014c9b14bcb0d2c7 (diff) |
SL-19286 Avatar is upside down when viewed from below
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index b8ac47827a..ea91d2b720 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -554,7 +554,6 @@ public: void roll(F32 angle); void yaw(F32 angle); LLVector3 getReferenceUpVector(); - F32 clampPitchToLimits(F32 angle); //-------------------------------------------------------------------- // Autopilot |