mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-11 08:03:44 +00:00
ups
This commit is contained in:
@@ -226,7 +226,7 @@ public class Scoreboard: MonoBehaviour
|
||||
break;
|
||||
}
|
||||
|
||||
Debug.Log($"{quota.Type.name}: {TotalCount(quota.Type)}/{quota.Quantity}");
|
||||
sb.Append($"{quota.Type.name}: {TotalCount(quota.Type)}/{quota.Quantity}\n");
|
||||
|
||||
if (quota.MaxDefectivePercentage < DefectPercentage(quota.Type))
|
||||
{
|
||||
|
Reference in New Issue
Block a user