diff options
| -rw-r--r-- | docs/Ansel_integration_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Ansel_integration_guide.md b/docs/Ansel_integration_guide.md index 97dd4d5..46042d0 100644 --- a/docs/Ansel_integration_guide.md +++ b/docs/Ansel_integration_guide.md @@ -259,7 +259,7 @@ As you will notice the start callback receives an additional SessionConfiguratio struct SessionConfiguration { // User can move the camera during session - bool isTranslationAllowed; + bool isTranslationAllowed; // Camera can be rotated during session bool isRotationAllowed; // FoV can be modified during session |