Resolve WES-187 "Unit tests justsign and spellingbee"
This commit is contained in:
committed by
Dries Van Schuylenbergh
parent
1e09f09dae
commit
53fc361af4
@@ -586,7 +586,8 @@ public class HangmanController : AbstractMinigameController
|
||||
/// </summary>
|
||||
/// <param name="accuracy">The accuracy of the passed sign</param>
|
||||
/// <param name="predictedSign">The name of the passed sign</param>
|
||||
protected override void ProcessMostProbableSign(float distance, string predictedSign)
|
||||
|
||||
public override void ProcessMostProbableSign(float distance, string predictedSign)
|
||||
{
|
||||
// Grab the threshold for the most probable letter
|
||||
Learnable letter = fingerSpelling.learnables.Find((l) => l.name == predictedSign);
|
||||
@@ -744,10 +745,6 @@ public class HangmanController : AbstractMinigameController
|
||||
{
|
||||
return usedLettersText.text;
|
||||
}
|
||||
public void ProcessSignForTests(float accuracy, string sign)
|
||||
{
|
||||
ProcessMostProbableSign(accuracy, sign);
|
||||
}
|
||||
public float getCurrentTime()
|
||||
{
|
||||
return currentTime;
|
||||
|
||||
Reference in New Issue
Block a user