Skip to content

Commit dce48a7

Browse files
committed
Remove color property from shadows only shader
1 parent 4060deb commit dce48a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Shaders/Unlit/ShadowsOnly.shader

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
{
33
Properties
44
{
5-
_Color ("Main Color", Color) = (1, 1, 1, 1)
65
_MainTex ("Base (RGB)", 2D) = "white" {}
7-
_Cutoff ("Cutout", Range(0, 1)) = 0.5
6+
_Cutoff ("Cutout", Range(0, 1)) = 1
87
}
98

109
SubShader

0 commit comments

Comments
 (0)