From 25ff222c58d5370c2c29dddcc3da78c11465b8c1 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 31 Mar 2019 21:34:45 -0700 Subject: Updated command line format; updated submodules --- Tests/TestApp/src/TestApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestApp.cpp') 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) { -- cgit v1.2.3