]> O.S.I.I.S - jp/vkvg.git/commitdiff
debug win: missing ';'
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 2 Mar 2022 14:19:14 +0000 (15:19 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 2 Mar 2022 14:19:14 +0000 (15:19 +0100)
src/vkvg_context_internal.h

index c6cc1547cc3c0f87e2a97cddd16479a5314538f7..fdf951f203daa8b02ac7e8ef70423db5fe9a5492 100644 (file)
@@ -248,7 +248,7 @@ typedef struct {
        uint32_t        cp;//current point
 
        VKVG_IBO_INDEX_TYPE firstIdx;//save first point idx for closed path
-       float           lhMax//miter limit * line width
+       float           lhMax;//miter limit * line width
 }stroke_context_t;
 
 void _check_vertex_cache_size  (VkvgContext ctx);