diff options
| author | Dmitry Duka <[email protected]> | 2017-02-17 01:13:35 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-17 01:13:35 +0300 |
| commit | 8effc95af33039028aa50d655c3d2ce5e88fb8a0 (patch) | |
| tree | 8cb99fb86d6f8f240c206aae4c02d7f8538de140 | |
| parent | Update Ansel_integration_guide.md (diff) | |
| download | anselsdk-8effc95af33039028aa50d655c3d2ce5e88fb8a0.tar.xz anselsdk-8effc95af33039028aa50d655c3d2ce5e88fb8a0.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 46042d0..d71294c 100644 --- a/docs/Ansel_integration_guide.md +++ b/docs/Ansel_integration_guide.md @@ -272,7 +272,7 @@ struct SessionConfiguration bool is360MonoAllowed; // Game allows 360 stereo capture during session bool is360StereoAllowed; - // Default constructor not included here + // Default constructor not included here }; ``` |