summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-01 04:34:45 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-01 04:34:45 +0000
commit25ff222c58d5370c2c29dddcc3da78c11465b8c1 (patch)
tree3ebad659a7d4989a578f87ba20ef234b6f163ad1 /Tests/TestApp/src/TestApp.cpp
parentOne more minor update to readme (diff)
downloadDiligentEngine-25ff222c58d5370c2c29dddcc3da78c11465b8c1.tar.gz
DiligentEngine-25ff222c58d5370c2c29dddcc3da78c11465b8c1.zip
Updated command line format; updated submodules
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
-rw-r--r--Tests/TestApp/src/TestApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp
index c8633fe..9be7bc4 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -593,7 +593,7 @@ void TestApp::InitializeRenderers()
void TestApp::ProcessCommandLine(const char *CmdLine)
{
- const auto* Key = "mode=";
+ const auto* Key = "-mode ";
const auto *pos = strstr(CmdLine, Key);
if (pos != nullptr)
{