summaryrefslogtreecommitdiff
path: root/bin/render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/render.cpp')
-rw-r--r--bin/render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/render.cpp b/bin/render.cpp
index 8fb7a8877f..bf64570965 100644
--- a/bin/render.cpp
+++ b/bin/render.cpp
@@ -94,7 +94,7 @@ int main(int argc, char *argv[]) {
map.jumpTo(CameraOptions()
.withCenter(LatLng { lat, lon })
.withZoom(zoom)
- .withAngle(bearing)
+ .withBearing(bearing)
.withPitch(pitch));
if (debug) {