From 25e3dd2a448e225585384b971c6927e500323f8e Mon Sep 17 00:00:00 2001 From: Ricardo de Almeida Gonzaga Date: Mon, 15 Oct 2012 21:54:08 +0000 Subject: [PATCH] ephysics: show default value of sleeping threshold on doc Patch by: Ricardo de Almeida Gonzaga SVN revision: 78012 --- legacy/ephysics/src/lib/EPhysics.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index 04cb54e1cd..cc0de9056e 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h @@ -2317,8 +2317,10 @@ EAPI void ephysics_body_angular_velocity_get(const EPhysics_Body *body, double * * is measured in degrees per second. * * @param body The body to be set. - * @param linear_threshold The linear sleeping threshold factor. - * @param angular_threshold The angular sleeping threshold factor. + * @param linear_threshold The linear sleeping threshold factor, default value + * is 24. + * @param angular_threshold The angular sleeping threshold factor, default value + * is 57.29 (1 rad). * * @see ephysics_body_sleeping_threshold_get(). * @see ephysics_world_max_sleeping_time_set() for sleeping time details.