summaryrefslogtreecommitdiff
path: root/proto/style.proto
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-11 15:51:54 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-11 15:51:54 +0100
commitbec0ad10c4b460941d08cca597bf352c96820d34 (patch)
tree39fd506db5deeeedc8aebc51b124e6a68ddd7de4 /proto/style.proto
parenteb9a6b7068b9910301bfc7a3b83e114c7545c893 (diff)
downloadqtlocation-mapboxgl-bec0ad10c4b460941d08cca597bf352c96820d34.tar.gz
drawing lines with triangles
Diffstat (limited to 'proto/style.proto')
-rw-r--r--proto/style.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/style.proto b/proto/style.proto
index 8459477bf7..90e5b65061 100644
--- a/proto/style.proto
+++ b/proto/style.proto
@@ -13,7 +13,7 @@ enum cap_type {
}
enum join_type {
- butt_join = 1;
+ miter_join = 1;
bevel_join = 2;
round_join = 3;
}