diff options
| author | Dmitry Duka <[email protected]> | 2017-02-17 01:11:32 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-17 01:11:32 +0300 |
| commit | c71ceb1311634f54ea7393cf94631e4003e7daf1 (patch) | |
| tree | bd094000c3230edc2d117b8547076448822bb46d /docs/Ansel_integration_guide.md | |
| parent | The import libs were missing because standard (global) .gitignore was excludi... (diff) | |
| download | anselsdk-c71ceb1311634f54ea7393cf94631e4003e7daf1.tar.xz anselsdk-c71ceb1311634f54ea7393cf94631e4003e7daf1.zip | |
Update Ansel_integration_guide.md
Diffstat (limited to 'docs/Ansel_integration_guide.md')
| -rw-r--r-- | docs/Ansel_integration_guide.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Ansel_integration_guide.md b/docs/Ansel_integration_guide.md index b7b2590..97dd4d5 100644 --- a/docs/Ansel_integration_guide.md +++ b/docs/Ansel_integration_guide.md @@ -221,6 +221,7 @@ In case <code>kSetConfigurationIncorrectConfiguration</code> is returned, on of * rotational or translational speed multipliers are zero * fovType is neither horizontal, nor vertical * gameWindowHandle field is not set + In case `kSetConfigurationSdkNotLoaded` is returned, the reason is that the Ansel SDK is delay loaded and setConfiguration is called before loading the library via `loadAnselSDKLibrary` (see code under samples folder). |