Merge pull request #112113 from gg-yb/master

Main: Fix typo in `--gpu-profile` CLI argument
This commit is contained in:
Thaddeus Crews
2025-10-28 10:15:33 -05:00

View File

@ -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();