commit 1178945a6c44f91fd1a57a291c8e005f87262596
parent ae991ae98d757135bf8584f7f25d283ec1edb643
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 5 Feb 2021 09:48:07 +0100
Fix an API comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/s2d.h b/src/s2d.h
@@ -304,7 +304,7 @@ S2D_API res_T
s2d_scene_view_closest_point
(struct s2d_scene_view* scnview,
const float pos[2], /* Position to query */
- const float radius, /* Search distance in ]0, radius[ */
+ const float radius, /* Search distance in [0, radius[ */
void* query_data, /* User data sent to the hit filter func. May be NULL */
struct s2d_hit* hit);