summaryrefslogtreecommitdiff
path: root/src/style/style_layer.cpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2014-08-11 12:02:46 -0700
committerLauren Budorick <lauren@mapbox.com>2014-08-11 12:13:24 -0700
commit41165452bcf16e90f6e4265123021e56cfb021f6 (patch)
tree6c7f19cebe19c931141f0e1b99f37a472436f6ed /src/style/style_layer.cpp
parent1ad2f26b9d753940e26d0ac3be96392feb73ae9e (diff)
downloadqtlocation-mapboxgl-41165452bcf16e90f6e4265123021e56cfb021f6.tar.gz
some cleaning up, raster spin->hue-rotate rename
Diffstat (limited to 'src/style/style_layer.cpp')
-rw-r--r--src/style/style_layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style/style_layer.cpp b/src/style/style_layer.cpp
index 8ec04d6695..520c183780 100644
--- a/src/style/style_layer.cpp
+++ b/src/style/style_layer.cpp
@@ -228,7 +228,7 @@ void StyleLayer::applyStyleProperties<RasterProperties>(const float z, const tim
properties.set<RasterProperties>();
RasterProperties &raster = properties.get<RasterProperties>();
applyStyleProperty(PropertyKey::RasterOpacity, raster.opacity, z, now);
- applyStyleProperty(PropertyKey::RasterSpin, raster.spin, z, now);
+ applyStyleProperty(PropertyKey::RasterHueRotate, raster.hue_rotate, z, now);
applyStyleProperty(PropertyKey::RasterBrightnessLow, raster.brightness[0], z, now);
applyStyleProperty(PropertyKey::RasterBrightnessHigh, raster.brightness[1], z, now);
applyStyleProperty(PropertyKey::RasterSaturation, raster.saturation, z, now);