summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/extrusion_texture_program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/extrusion_texture_program.hpp')
-rw-r--r--src/mbgl/programs/extrusion_texture_program.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/programs/extrusion_texture_program.hpp b/src/mbgl/programs/extrusion_texture_program.hpp
index bd82208885..a41efa5dda 100644
--- a/src/mbgl/programs/extrusion_texture_program.hpp
+++ b/src/mbgl/programs/extrusion_texture_program.hpp
@@ -18,7 +18,7 @@ class ExtrusionTextureProgram : public Program<
uniforms::u_world,
uniforms::u_image,
uniforms::u_opacity>,
- style::Properties<>> {
+ style::NoProperties> {
public:
using Program::Program;