commit 8c02a0ac03afd8f5241c0a66e62cdf582b78b5ef parent aa858e2ecf18ab9677ca7fd3f8f65357d3dcfbd4 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 23 Aug 2016 13:55:57 +0200 Fix a comment. Diffstat:
| M | src/s3d.h | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/s3d.h b/src/s3d.h @@ -243,8 +243,7 @@ s3d_scene_instantiate (struct s3d_scene* scn, struct s3d_shape** shape); -/* Attach the shape to the scene. If the shape is already attached to the same - * or another scene, nothing is performed and a RES_BAD_ARG error is returned. +/* Attach the shape to the scene. * On success, the scene gets a reference onto the attached shape */ S3D_API res_T s3d_scene_attach_shape