diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 04:53:09 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 04:53:09 +0000 |
| commit | 3f5044e8657c02b8bfa4f62f8b23a4e5ca61e0af (patch) | |
| tree | e79e66073cf84037846358f2c7f78d6ff11e4167 /Tests/TestApp/src/TestApp.cpp | |
| parent | Enabled TestApp on iOS (diff) | |
| download | DiligentEngine-3f5044e8657c02b8bfa4f62f8b23a4e5ca61e0af.tar.gz DiligentEngine-3f5044e8657c02b8bfa4f62f8b23a4e5ca61e0af.zip | |
Fixed few compiler warnings
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index ff2d928..c57cf97 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -427,8 +427,8 @@ void TestApp::WindowResize(int width, int height) if (m_pSwapChain) { m_pSwapChain->Resize(width, height); - auto SCWidth = m_pSwapChain->GetDesc().Width; - auto SCHeight = m_pSwapChain->GetDesc().Height; + //auto SCWidth = m_pSwapChain->GetDesc().Width; + //auto SCHeight = m_pSwapChain->GetDesc().Height; } |
