Skip to content

Commit c17ca39

Browse files
committed
Merge pull request godotengine#112113 from gg-yb/master
Main: Fix typo in `--gpu-profile` CLI argument
2 parents 38369f4 + b1621df commit c17ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
18181818
} else if (arg == "--editor-pseudolocalization") {
18191819
editor_pseudolocalization = true;
18201820
#endif // TOOLS_ENABLED
1821-
} else if (arg == "--profile-gpu") {
1821+
} else if (arg == "--gpu-profile") {
18221822
profile_gpu = true;
18231823
} else if (arg == "--disable-crash-handler") {
18241824
OS::get_singleton()->disable_crash_handler();

0 commit comments

Comments
 (0)