File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ void fragment() {
164
164
}
165
165
166
166
//void light() {
167
- // Called for every pixel for every light affecting the material.
168
- // Uncomment to replace the default light processing function with this one.
167
+ // // Called for every pixel for every light affecting the material.
168
+ // // Uncomment to replace the default light processing function with this one.
169
169
//}
170
170
)" ;
171
171
break ;
@@ -180,8 +180,8 @@ void fragment() {
180
180
}
181
181
182
182
//void light() {
183
- // Called for every pixel for every light affecting the CanvasItem.
184
- // Uncomment to replace the default light processing function with this one.
183
+ // // Called for every pixel for every light affecting the CanvasItem.
184
+ // // Uncomment to replace the default light processing function with this one.
185
185
//}
186
186
)" ;
187
187
break ;
You can’t perform that action at this time.
0 commit comments