From faa4c97f8a26bf56cedc67cc2af369ec1660add6 Mon Sep 17 00:00:00 2001 From: ingerjm0 Date: Tue, 5 Nov 2019 14:04:01 -0800 Subject: [PATCH] Revisions per review --- libraries/shared/src/shared/Camera.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/shared/src/shared/Camera.cpp b/libraries/shared/src/shared/Camera.cpp index c96b4ed28f..cac5429829 100644 --- a/libraries/shared/src/shared/Camera.cpp +++ b/libraries/shared/src/shared/Camera.cpp @@ -60,8 +60,8 @@ * * Mirror * "mirror" - *

The camera is positioned such that you are looking directly at your avatar. The camera moves and rotates with - * your avatar.

+ *

The camera is positioned such that you are looking directly at your avatar. The camera is fixed and does not + * move with your avatar.

*

Legacy "look at myself" behavior. To re-enable this behavior:

*
Camera.mode = "mirror";
*