summaryrefslogtreecommitdiff
path: root/src/style/property_fallback.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/property_fallback.cpp
parent1ad2f26b9d753940e26d0ac3be96392feb73ae9e (diff)
downloadqtlocation-mapboxgl-41165452bcf16e90f6e4265123021e56cfb021f6.tar.gz
some cleaning up, raster spin->hue-rotate rename
Diffstat (limited to 'src/style/property_fallback.cpp')
-rw-r--r--src/style/property_fallback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style/property_fallback.cpp b/src/style/property_fallback.cpp
index 4401c8105a..4028980cbe 100644
--- a/src/style/property_fallback.cpp
+++ b/src/style/property_fallback.cpp
@@ -47,7 +47,7 @@ const std::map<PropertyKey, PropertyValue> PropertyFallbackValue::properties = {
{ PropertyKey::CompositeOpacity, defaultStyleProperties<CompositeProperties>().opacity },
{ PropertyKey::RasterOpacity, defaultStyleProperties<RasterProperties>().opacity },
- { PropertyKey::RasterSpin, defaultStyleProperties<RasterProperties>().spin },
+ { PropertyKey::RasterHueRotate, defaultStyleProperties<RasterProperties>().hue_rotate },
{ PropertyKey::RasterBrightnessLow, defaultStyleProperties<RasterProperties>().brightness[0] },
{ PropertyKey::RasterBrightnessHigh, defaultStyleProperties<RasterProperties>().brightness[1] },
{ PropertyKey::RasterSaturation, defaultStyleProperties<RasterProperties>().saturation },