solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 32c35151c080035abebde774194a7eb349839784
parent 9fb5490d9bc25b61cc8e625d98e4126a2056f279
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu,  1 Sep 2016 15:44:46 +0200

Fix a typo in a comment.

Diffstat:
Msrc/ssol_shape.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ssol_shape.c b/src/ssol_shape.c @@ -148,7 +148,7 @@ shape_create goto error; } - /* create a s3d_scene to hold a mesh */ + /* create a s3d_shape to hold a mesh */ res = s3d_shape_create_mesh(dev->s3d, &shape->s3d_shape); if(res != RES_OK) goto error; res = s3d_mesh_set_hit_filter_function