mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Fix startup warning - Property not found: audio/output_latency
This commit is contained in:
parent
60e0f8b626
commit
84c2c3fcba
@ -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…
x
Reference in New Issue
Block a user