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

[macOS] Remove duplicate profiler init call.

This commit is contained in:
Pāvels Nadtočajevs
2025-12-09 22:12:36 +02:00
parent bb92a4c8e2
commit 79fe3dc3c8

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