base functional
This commit is contained in:
@@ -39,8 +39,8 @@ public class SettingsUI : MonoBehaviour
|
||||
_faceCounterText.text = faceCounter.ToString();
|
||||
_faceCounterText.color = faceCounter != 0 ? Color.green : Color.red;
|
||||
|
||||
_minFaceHeight.text = minFaceHeight.ToString();
|
||||
_maxFaceHeight.text = maxFaceHeight.ToString();
|
||||
_minFaceHeight.text = minFaceHeight.ToString("0.00");
|
||||
_maxFaceHeight.text = maxFaceHeight.ToString("0.00");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user