From 175e9c53c136ac0effc713e39ef8b65f9914f4ff Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Oct 2022 09:10:33 +0200 Subject: oops --- editor/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/app.cpp') diff --git a/editor/app.cpp b/editor/app.cpp index 1906e3f5..f89aa002 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -76,7 +76,7 @@ int app::run_from_argv(const int argc, const char* const* const argv) auto str = args.value("gpu-validation"); if (str == "no-error" || str == "NO-ERROR") opts.gpu_debug = fm_gpu_debug::no_error; - else if (str == "robust" || str == "robust") + else if (str == "robust" || str == "ROBUST") opts.gpu_debug = fm_gpu_debug::robust; else switch (parse_tristate("--gpu-validation", args.value("gpu-validation"), fm_tristate::maybe)) { -- cgit v1.2.3