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
commit cce211f7d4
No known key found for this signature in database
GPG key ID: C3336907360768E1

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