1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #113813 from bruvzg/prof_dup

[macOS] Remove duplicate profiler init call.
This commit is contained in:
Rémi Verschelde
2025-12-10 07:57:57 +01:00

View File

@@ -1088,8 +1088,6 @@ static void handle_interrupt(int sig) {
}
void OS_MacOS_NSApp::start_main() {
godot_init_profiler();
Error err;
@autoreleasepool {
err = Main::setup(execpath, argc, argv);