summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/paint_property_binder.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-02-26 11:39:16 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-01 09:33:37 +0100
commit7f1428ed3b90b54f503760471869ac83def32a59 (patch)
treefbb1a2e90df68afbeaa23844f8e1671392b88838 /src/mbgl/renderer/paint_property_binder.hpp
parentceec74f52ff74876dcce9470d8f474b013783480 (diff)
downloadqtlocation-mapboxgl-7f1428ed3b90b54f503760471869ac83def32a59.tar.gz
[core] remove Tag from gl::Uniform
Diffstat (limited to 'src/mbgl/renderer/paint_property_binder.hpp')
-rw-r--r--src/mbgl/renderer/paint_property_binder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/renderer/paint_property_binder.hpp b/src/mbgl/renderer/paint_property_binder.hpp
index 31abec68a9..a382597995 100644
--- a/src/mbgl/renderer/paint_property_binder.hpp
+++ b/src/mbgl/renderer/paint_property_binder.hpp
@@ -419,7 +419,7 @@ struct ZoomInterpolatedAttribute {
};
template <class Attr>
-struct InterpolationUniform : gl::UniformScalar<InterpolationUniform<Attr>, float> {
+struct InterpolationUniform : gl::UniformScalar<float> {
static auto name() {
static const std::string name = Attr::name() + std::string("_t");
return name.c_str();