mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 12:36:35 +01:00
Fix bazel build for games.
This commit is contained in:
@@ -530,7 +530,7 @@ static DeviceError open_device(DeviceType type, uint32_t *device_idx, DataHandle
|
||||
device->cb_data = cb_data;
|
||||
#ifdef AUDIO
|
||||
|
||||
if (user_settings->VAD_threshold >= 0.0f) {
|
||||
if (user_settings->VAD_threshold >= 0.0) {
|
||||
device->VAD_threshold = user_settings->VAD_threshold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user