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

Commit ffc2d57

Browse files
committed
SSR tooltip fix
1 parent 90840cf commit ffc2d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Models/ScreenSpaceReflectionModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public struct ReflectionSettings
6969
[Range(0.1f, 8.0f)]
7070
public float reflectionBlur;
7171

72-
[Tooltip("Enable for a performance gain in scenes where most glossy objects are horizontal, like floors, water, and tables. Leave on for scenes with glossy vertical objects.")]
72+
[Tooltip("Disable for a performance gain in scenes where most glossy objects are horizontal, like floors, water, and tables. Leave on for scenes with glossy vertical objects.")]
7373
public bool reflectBackfaces;
7474
}
7575

0 commit comments

Comments
 (0)