Skip to content

Commit 0f61100

Browse files
committed
Merge pull request honza#281 from crazymaster/master
Fix a wrong(duplicate) snippet in processing
2 parents 72191c2 + c2195ff commit 0f61100

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)