Fix broken font (again)

This commit is contained in:
Dries Van Schuylenbergh
2023-04-18 21:54:48 +02:00
parent e8de984ba1
commit ab6c817667
40 changed files with 1112 additions and 5619 deletions

View File

@@ -581,6 +581,7 @@ public partial class SpellingBeeController : AbstractFeedback
// Correct sign
if (predictedSign == currentSign)
{
yield return new WaitForSeconds(0.5f);
PredictSign(predictedSign);
timer = DateTime.Now;
predictedSign = null;