mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 17:55:56 +00:00
Add return statements to (hopefully) make conditional compilation actually compile.
This commit is contained in:
parent
aa718c5fe6
commit
f81486a02c
|
@ -93,9 +93,9 @@ impl TTS {
|
|||
#[cfg(windows)]
|
||||
{
|
||||
let tolk = tolk::Tolk::new();
|
||||
tolk.detect_screen_reader().is_some()
|
||||
return tolk.detect_screen_reader().is_some()
|
||||
}
|
||||
false
|
||||
return false;
|
||||
})
|
||||
.done();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user