diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-02-11 15:51:54 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-02-11 15:51:54 +0100 |
commit | bec0ad10c4b460941d08cca597bf352c96820d34 (patch) | |
tree | 39fd506db5deeeedc8aebc51b124e6a68ddd7de4 /proto | |
parent | eb9a6b7068b9910301bfc7a3b83e114c7545c893 (diff) | |
download | qtlocation-mapboxgl-bec0ad10c4b460941d08cca597bf352c96820d34.tar.gz |
drawing lines with triangles
Diffstat (limited to 'proto')
-rw-r--r-- | proto/style.proto | 2 |
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; } |