From 6f1b2ce82d365d965bdc13945ead7ed84c590b27 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 9 Oct 2012 20:00:15 +0000 Subject: [PATCH] ephysics: fix default rate on docs SVN revision: 77678 --- legacy/ephysics/src/lib/EPhysics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index e4551b43c4..4e2ad48bae 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h @@ -813,7 +813,7 @@ EAPI void ephysics_world_gravity_get(const EPhysics_World *world, double *gx, do * It will be used by automatic updates of evas objects associated to * physics bodies. * - * By default its value is 20 Evas coordinates (pixels) per meter. + * By default its value is 30 Evas coordinates (pixels) per meter. * * If you change the rate but wants to keep gravity as (0, 9.8 m/s^2), * you well need to set world gravity with: 9.8 * new_rate.