diff --git a/lib/ivis_opengl/gfx_api.h b/lib/ivis_opengl/gfx_api.h index e169531adc2..0209b6aed7b 100644 --- a/lib/ivis_opengl/gfx_api.h +++ b/lib/ivis_opengl/gfx_api.h @@ -672,7 +672,7 @@ namespace gfx_api using WaterPSO = typename gfx_api::pipeline_state_helper, primitive_type::triangles, index_type::u32, std::tuple< vertex_buffer_description<12, vertex_attribute_description> - >, std::tuple, texture_description<1, sampler_type::bilinear_repeat>>, SHADER_WATER>; + >, std::tuple, texture_description<1, sampler_type::anisotropic_repeat>>, SHADER_WATER>; using gfx_tc = vertex_buffer_description<8, vertex_attribute_description>; using gfx_colour = vertex_buffer_description<4, vertex_attribute_description>;