From 9ad200852203eb6ca811eb42896746207172662c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Wed, 2 Mar 2022 15:19:14 +0100 Subject: [PATCH] debug win: missing ';' --- src/vkvg_context_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vkvg_context_internal.h b/src/vkvg_context_internal.h index c6cc154..fdf951f 100644 --- a/src/vkvg_context_internal.h +++ b/src/vkvg_context_internal.h @@ -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); -- 2.47.3