Removed unused AudioServer::update function
This commit is contained in:
parent
4c41f6c2ad
commit
c8a5145a6d
3 changed files with 0 additions and 7 deletions
|
|
@ -1815,9 +1815,6 @@ bool Main::iteration() {
|
|||
}
|
||||
}
|
||||
|
||||
if (AudioServer::get_singleton())
|
||||
AudioServer::get_singleton()->update();
|
||||
|
||||
idle_process_ticks = OS::get_singleton()->get_ticks_usec() - idle_begin;
|
||||
idle_process_max = MAX(idle_process_ticks, idle_process_max);
|
||||
uint64_t frame_time = OS::get_singleton()->get_ticks_usec() - ticks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue