You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user