diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/p_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index 317e8e5634e..d29b85117bc 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -222,8 +222,8 @@ struct pipe_sampler_state #if 0 /* need these? */ int BaseLevel; /**< min mipmap level, OpenGL 1.2 */ int MaxLevel; /**< max mipmap level, OpenGL 1.2 */ - float border_color[4]; #endif + float border_color[4]; float max_anisotropy; }; |