commit 5d738909556e9107897503fe62f1f5c30acefe26
parent fc58b3484b6ca26a1a55f67a3ba0a04996ae3d64
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 12 Jan 2018 11:26:13 +0100
Fix the s2d_scene_view_get_primitive public profile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/s2d.h b/src/s2d.h
@@ -294,7 +294,7 @@ s2d_scene_view_sample
* created with the S2D_GET_PRIMITIVE flag */
S2D_API res_T
s2d_scene_view_get_primitive
- (struct s2d_scene* scnview,
+ (struct s2d_scene_view* scnview,
const unsigned iprim, /* in [0, #prims) */
struct s2d_primitive* prim);