summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-05 04:47:45 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-05 04:47:45 +0000
commit51de05346f0cb202f6ba80d5e9dfa996a97bae4e (patch)
tree2b124205a506a4d5921948578a2cd6a3f83f3801 /Tests/TestApp/src/TestApp.cpp
parentAdded DILIGENT_BUILD_TOOLS cmake option (diff)
downloadDiligentEngine-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.cpp1
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;
}