From 11dd4afc5b271c4efb0e900320bdca4d137cd049 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 17 Jun 2016 08:28:19 -0700 Subject: [core] Bring optimized animated annotations to Android release branch Part of #5385 --- test/api/annotations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/api/annotations.cpp b/test/api/annotations.cpp index 8640ce9dbe..0764cd8a5d 100644 --- a/test/api/annotations.cpp +++ b/test/api/annotations.cpp @@ -159,7 +159,7 @@ TEST(Annotations, UpdateIcon) { map.removeAnnotationIcon("flipped_marker"); map.addAnnotationIcon("flipped_marker", namedMarker("flipped_marker.png")); - map.update(Update::Annotations); + map.update(Update::AnnotationData | Update::AnnotationStyle); checkRendering(map, "update_icon"); } -- cgit v1.2.1