Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit b6fdde3

Browse files
committed
Typo
1 parent d4b7b63 commit b6fdde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Models/DepthOfFieldModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public enum KernelSize
1616
[Serializable]
1717
public struct Settings
1818
{
19-
[Min(0.1f), Tooltip("Distance to the point of focus (only used when none is specified in focusTransform).")]
19+
[Min(0.1f), Tooltip("Distance to the point of focus.")]
2020
public float focusDistance;
2121

2222
[Range(0.05f, 32f), Tooltip("Ratio of aperture (known as f-stop or f-number). The smaller the value is, the shallower the depth of field is.")]

0 commit comments

Comments
 (0)