mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rename MainLoop methods to match Node methods
This commit is contained in:
commit
e4c0572385
27 changed files with 179 additions and 184 deletions
|
|
@ -246,7 +246,7 @@ void OS_LinuxBSD::run() {
|
|||
return;
|
||||
}
|
||||
|
||||
main_loop->init();
|
||||
main_loop->initialize();
|
||||
|
||||
//uint64_t last_ticks=get_ticks_usec();
|
||||
|
||||
|
|
@ -263,7 +263,7 @@ void OS_LinuxBSD::run() {
|
|||
}
|
||||
};
|
||||
|
||||
main_loop->finish();
|
||||
main_loop->finalize();
|
||||
}
|
||||
|
||||
void OS_LinuxBSD::disable_crash_handler() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue