mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Rename MainLoop methods to match Node methods
This commit is contained in:
parent
6532596d97
commit
d9e9eb8d04
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