commit 5a0baa541f00a8cecd6a2f42c0c04c2decf6749b
parent 3289952fd733c2de94b1e5735ca15637b7a01254
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 2 Dec 2015 14:25:08 +0100
Fix the comment of the s3d_scene_get_primitive function
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/s3d.h b/src/s3d.h
@@ -306,8 +306,8 @@ s3d_scene_sample
struct s3d_primitive* primitive, /* Sampled primitive */
float st[2]); /* Sampled parametric coordinates on the primitive */
-/* Retrieve a primitive from the scene. Can be called only if an S3D_SAMPLE
- * session is active on `scn' */
+/* Retrieve a primitive from the scene. Can be called only if a
+ * S3D_GET_PRIMITIVE session is active on `scn' */
S3D_API res_T
s3d_scene_get_primitive
(struct s3d_scene* scn,