Warnings fixed
This commit is contained in:
@@ -326,7 +326,7 @@ namespace Mediapipe.Unity.Tutorial
|
||||
//Debug.Log($"prob = [{learnableProbabilities.Aggregate(" ", (t, kv) => $"{t}{kv.Key}:{kv.Value} ")}]");
|
||||
foreach(Listener listener in listeners)
|
||||
{
|
||||
listener.ProcessIncomingCall();
|
||||
yield return listener.ProcessIncomingCall();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user