mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
Merge pull request #52654 from Chaosus/fix_startup_warning
Fix startup warning - Property not found: `audio/output_latency`
This commit is contained in:
commit
0d759df054
@ -499,7 +499,7 @@ Error AudioDriverWASAPI::finish_capture_device() {
|
||||
Error AudioDriverWASAPI::init() {
|
||||
mix_rate = GLOBAL_GET("audio/driver/mix_rate");
|
||||
|
||||
target_latency_ms = GLOBAL_GET("audio/output_latency");
|
||||
target_latency_ms = GLOBAL_GET("audio/driver/output_latency");
|
||||
|
||||
Error err = init_render_device();
|
||||
if (err != OK) {
|
||||
|
Loading…
Reference in New Issue
Block a user