diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-01 04:34:45 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-01 04:34:45 +0000 |
| commit | 25ff222c58d5370c2c29dddcc3da78c11465b8c1 (patch) | |
| tree | 3ebad659a7d4989a578f87ba20ef234b6f163ad1 /Tests/TestApp/src/TestApp.cpp | |
| parent | One more minor update to readme (diff) | |
| download | DiligentEngine-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.cpp | 2 |
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) { |
