From 51de05346f0cb202f6ba80d5e9dfa996a97bae4e Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 4 Dec 2019 20:47:45 -0800 Subject: Updated core & tools. Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/67, fixed https://github.com/DiligentGraphics/DiligentEngine/issues/49 --- Tests/TestApp/src/TestApp.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Tests/TestApp/src/TestApp.cpp') 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; } -- cgit v1.2.3