mirror of https://github.com/godotengine/godot
[macOS] Remove duplicate profiler init call.
This commit is contained in:
parent
bb92a4c8e2
commit
79fe3dc3c8
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue