From 9c1323d2fc147039482e32d49f9416ac5d30f462 Mon Sep 17 00:00:00 2001 From: Nadine Ganz Date: Wed, 21 May 2025 15:33:57 +0200 Subject: [PATCH] Fix bug in speech input grotto --- Viagg-io/Assets/BehaviourTrees/3.2-Grotto1.bt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viagg-io/Assets/BehaviourTrees/3.2-Grotto1.bt.txt b/Viagg-io/Assets/BehaviourTrees/3.2-Grotto1.bt.txt index 20576f73..21b78fb6 100644 --- a/Viagg-io/Assets/BehaviourTrees/3.2-Grotto1.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/3.2-Grotto1.bt.txt @@ -252,7 +252,7 @@ Tree("32_Grotto_Story_B_Grotto_Intro") { BTC.StopSpeechIntentRecognition() BTC.ClearPossbileSpeechIntents() - BTC.CompareUserSpeechInputStarted(true) + BTC.Fail() } } }