diff --git a/main/main.cpp b/main/main.cpp index d95a9a95931..de713937ef3 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1818,7 +1818,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph } else if (arg == "--editor-pseudolocalization") { editor_pseudolocalization = true; #endif // TOOLS_ENABLED - } else if (arg == "--profile-gpu") { + } else if (arg == "--gpu-profile") { profile_gpu = true; } else if (arg == "--disable-crash-handler") { OS::get_singleton()->disable_crash_handler();