Wes xx sign predictor doc little ui
This commit is contained in:
committed by
Jerome Coudron
parent
349ca1cb44
commit
f63b49ebc7
@@ -371,7 +371,8 @@ public class JustSignController : AbstractMinigameController
|
||||
/// <returns></returns>
|
||||
public float GetThreshold(string sign)
|
||||
{
|
||||
Learnable predSign = currentTheme.learnables.Find(l => l.name.ToUpper().Replace(" ", "-") == sign);
|
||||
var s = sign.ToUpper().Replace(" ", "-");
|
||||
Learnable predSign = currentTheme.learnables.Find(l => l.name.ToUpper().Replace(" ", "-") == s);
|
||||
return predSign.thresholdDistance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user