From e483f3467bf6e15b6224674c2ba639fa4c3e2b63 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 9 Oct 2020 09:35:55 -0500 Subject: [PATCH] Add `Utterance` as tool script to work around https://github.com/godot-rust/godot-rust/issues/614. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 08e8955..cdd35a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -266,7 +266,7 @@ impl TTS { fn init(handle: InitHandle) { env_logger::init(); - handle.add_class::(); + handle.add_tool_class::(); handle.add_class::(); }