summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
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)
{