diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-01-22 15:07:10 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-01-22 15:07:10 -0800 |
commit | 38b3f663fc3214314b75e19fbc25474007479897 (patch) | |
tree | 8e0dc46f11a52f33ea2c03ecb474d88535e2c7a8 /indra/llmath | |
parent | 210d9204813318f55fb39505fda88d4a3544ae0e (diff) | |
parent | 2adecc6fac9852974e44e3d58ccf2619b45642a9 (diff) |
Merge branch 'release/materials_featurette' of github.com:secondlife/viewer into DRTVWR-592
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/llcamera.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llcamera.h b/indra/llmath/llcamera.h index c4d04f5d02..e1d3536f66 100644 --- a/indra/llmath/llcamera.h +++ b/indra/llmath/llcamera.h @@ -65,7 +65,6 @@ class LLCamera : public LLCoordFrame { public: - LLCamera(const LLCamera& rhs) { *this = rhs; |