diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-05 04:47:45 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-05 04:47:45 +0000 |
| commit | 51de05346f0cb202f6ba80d5e9dfa996a97bae4e (patch) | |
| tree | 2b124205a506a4d5921948578a2cd6a3f83f3801 /Tests/TestApp/src/TestApp.cpp | |
| parent | Added DILIGENT_BUILD_TOOLS cmake option (diff) | |
| download | DiligentEngine-51de05346f0cb202f6ba80d5e9dfa996a97bae4e.tar.gz DiligentEngine-51de05346f0cb202f6ba80d5e9dfa996a97bae4e.zip | |
Updated core & tools. Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/67, fixed https://github.com/DiligentGraphics/DiligentEngine/issues/49
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index ea8dc0f..f01ba31 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -666,7 +666,6 @@ void TestApp::WindowResize(int width, int height) void TestApp::Update(double CurrTime, double ElapsedTime) { - m_SmartPointerTest.RunConcurrencyTest(); m_CurrTime = CurrTime; } |
