Skip to content

Commit c2195ff

Browse files
committed
Fix a wrong snippet in processing
1 parent 72191c2 commit c2195ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: snippets/processing.snippets

+2-2
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ snippet lightFalloff
530530
lightFalloff(${1:constant}, ${2:linear}, ${0:quadratic});
531531
snippet normal
532532
normal(${1:nx}, ${2:ny}, ${0:nz});
533-
snippet lightFalloff
534-
lightFalloff(${1:v1}, ${2:v2}, ${0:v3});
533+
snippet lightSpecular
534+
lightSpecular(${1:v1}, ${2:v2}, ${0:v3});
535535
snippet ambientLight
536536
ambientLight(${1:v1}, ${2:v2}, ${3:v3}${7:, ${4:x}, ${5:y}, ${0:z}});
537537
snippet spotLight

0 commit comments

Comments
 (0)