From c2195ff4946eefe82dfddc80cabe0d693747bcde Mon Sep 17 00:00:00 2001 From: crazymaster Date: Wed, 25 Sep 2013 02:21:11 +0900 Subject: [PATCH] Fix a wrong snippet in processing --- snippets/processing.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/processing.snippets b/snippets/processing.snippets index 60fd79e..015af4a 100755 --- a/snippets/processing.snippets +++ b/snippets/processing.snippets @@ -530,8 +530,8 @@ snippet lightFalloff lightFalloff(${1:constant}, ${2:linear}, ${0:quadratic}); snippet normal normal(${1:nx}, ${2:ny}, ${0:nz}); -snippet lightFalloff - lightFalloff(${1:v1}, ${2:v2}, ${0:v3}); +snippet lightSpecular + lightSpecular(${1:v1}, ${2:v2}, ${0:v3}); snippet ambientLight ambientLight(${1:v1}, ${2:v2}, ${3:v3}${7:, ${4:x}, ${5:y}, ${0:z}}); snippet spotLight