fix label position not update

This commit is contained in:
njh
2026-02-09 14:42:11 +09:00
parent 53e037c02c
commit d62455a625

View File

@@ -72,7 +72,7 @@ namespace ChunilENG.Management
if (screenPos.z < 0.3f)
{
machine.machineKPI.Deactive();
return;
continue;
}
machine.machineKPI.transform.position = screenPos;