diff options
| author | Dmitry Duka <[email protected]> | 2017-02-17 01:13:04 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-17 01:13:04 +0300 |
| commit | 9f8ebdba5c2fd8b48da21dfd8bb8d8fdc50707fa (patch) | |
| tree | 1a217818854e2a88dd689f614504dd1a5873da61 | |
| parent | Update Ansel_integration_guide.md (diff) | |
| download | anselsdk-9f8ebdba5c2fd8b48da21dfd8bb8d8fdc50707fa.tar.xz anselsdk-9f8ebdba5c2fd8b48da21dfd8bb8d8fdc50707fa.zip | |
Update Ansel_integration_guide.md
| -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 |