Merge pull request #112113 from gg-yb/master
Main: Fix typo in `--gpu-profile` CLI argument
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user