diff options
| author | Rémi Verschelde | 2018-06-15 23:09:08 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-15 23:09:08 +0200 |
| commit | db345b65543b960cef5fd594886696c6e72213cf (patch) | |
| tree | 391e68dec0ff639cad58207cc94ced5bfe34b05c /main/main.cpp | |
| parent | d145ec1c8551b8b3fec92b6154dc20899b33f67b (diff) | |
| parent | c8a5145a6def2ca5d9dbc3c03a599aaf1766718c (diff) | |
| download | godot-db345b65543b960cef5fd594886696c6e72213cf.tar.gz godot-db345b65543b960cef5fd594886696c6e72213cf.tar.zst godot-db345b65543b960cef5fd594886696c6e72213cf.zip | |
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/main.cpp b/main/main.cpp index 119d1ee34..f719830cb 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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; |
