From b829ecd21edcce9d229236b13dbf06a918d6abd1 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Sun, 22 Mar 2020 16:57:30 +0100 Subject: [PATCH] Remove duplicate "DESCRIPTRION" entry from Neon.fs Noticed this while working on my `isf` Rust lib! --- ISF/Neon.fs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ISF/Neon.fs b/ISF/Neon.fs index be2c06c..3a564be 100644 --- a/ISF/Neon.fs +++ b/ISF/Neon.fs @@ -1,5 +1,4 @@ /*{ - "DESCRIPTION": "", "CREDIT": "by VIDVOX", "ISFVSN": "2", "DESCRIPTION": "adapted from https://github.com/neilmendoza/ofxPostProcessing/blob/master/src/GodRaysPass.cpp", @@ -132,4 +131,4 @@ void main(void) gl_FragColor = gray(origColor + p) * neonColor; -} \ No newline at end of file +}