diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-18 08:23:05 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-18 08:23:05 +0000 |
| commit | f6ffee9ce5e80ae849bb2d55d9b4dbbcc1dcc532 (patch) | |
| tree | dc873496bbddeb9bcd2fcc6564604cadebaa21f7 /Tests/TestApp | |
| parent | Few minor updates to lua test scripts (diff) | |
| download | DiligentEngine-f6ffee9ce5e80ae849bb2d55d9b4dbbcc1dcc532.tar.gz DiligentEngine-f6ffee9ce5e80ae849bb2d55d9b4dbbcc1dcc532.zip | |
Improved device orientation/resize handling on Android
Diffstat (limited to 'Tests/TestApp')
| -rw-r--r-- | Tests/TestApp/src/Android/TestAppAndroid.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/Android/TestAppAndroid.cpp b/Tests/TestApp/src/Android/TestAppAndroid.cpp index 8c91f72..222081a 100644 --- a/Tests/TestApp/src/Android/TestAppAndroid.cpp +++ b/Tests/TestApp/src/Android/TestAppAndroid.cpp @@ -36,6 +36,7 @@ public: virtual void Initialize(ANativeWindow* window)override final { + TestApp::Initialize(window); InitializeDiligentEngine(window); m_RenderDeviceGLES = RefCntAutoPtr<IRenderDeviceGLES>(m_pDevice, IID_RenderDeviceGLES); InitializeRenderers(); |
