diff options
author | Lauri Kasanen <cand@gmx.com> | 2011-08-15 20:57:43 +0300 |
---|---|---|
committer | Lauri Kasanen <cand@gmx.com> | 2011-08-15 20:57:43 +0300 |
commit | a4abc200de03dedc7c90eb5e3d7f26371c0f9ed4 (patch) | |
tree | 73349175af10f36173c11ec366276c15d925450a | |
parent | b2a07506aa9f225e37c74a1c7f04fe94891fe74a (diff) |
pp: Fix a leftover from the new filterpp
-rw-r--r-- | src/gallium/auxiliary/postprocess/postprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/postprocess/postprocess.h b/src/gallium/auxiliary/postprocess/postprocess.h index 26c36e3cc5..6e6e6dc891 100644 --- a/src/gallium/auxiliary/postprocess/postprocess.h +++ b/src/gallium/auxiliary/postprocess/postprocess.h @@ -30,7 +30,7 @@ #include "postprocess/pp_program.h" -#define PP_FILTERS 5 // Increment this if you add filters +#define PP_FILTERS 6 // Increment this if you add filters #define PP_MAX_PASSES 6 struct pp_queue_t; // Forward definition |