vo_opengl: remove obsolete comment in shader

This commit is contained in:
wm4 2015-01-04 19:04:45 +01:00
parent 36826aebf0
commit d5e744d4b8
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ float[6] weights6(sampler2D lookup, float f) {
}
#endif
// For N=n*4 with n>1 (N==4 is covered by weights4()).
// For N=n*4 with n>1.
#define WEIGHTS_N(NAME, N) \
float[N] NAME(sampler2D lookup, float f) { \
float r[N]; \