diff options
| author | Juan Linietsky | 2017-01-25 14:30:40 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-25 14:31:52 -0300 |
| commit | 7e1afeafd4a347c309562c6783119f64e99fc317 (patch) | |
| tree | 2c4844ff2ea7e952ac5743831ec61ff83953553a /main | |
| parent | 355ce0d0de2787c9dba25d623c1a4cda314d12d5 (diff) | |
| download | godot-7e1afeafd4a347c309562c6783119f64e99fc317.tar.gz godot-7e1afeafd4a347c309562c6783119f64e99fc317.tar.zst godot-7e1afeafd4a347c309562c6783119f64e99fc317.zip | |
Audio bus editing is COMPLETE!
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index 559f5e359..22223fe2c 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1046,6 +1046,7 @@ Error Main::setup2() { translation_server->load_translations(); + audio_server->load_default_bus_layout(); if (use_debug_profiler && script_debugger) { script_debugger->profiling_start(); |
