From 3d9cf4bd2ba3548a7c7ea6e68ee8cb4428306983 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 9 Nov 2012 18:52:55 +0000 Subject: [PATCH] ephysics: fix outdates docs regarding light SVN revision: 79043 --- legacy/ephysics/src/lib/EPhysics.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index 7611e0bd44..679780d339 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h @@ -3840,11 +3840,9 @@ EAPI EPhysics_Body_Material ephysics_body_material_get(const EPhysics_Body *body * is set to be applied over all the bodies, @p body will be displayed * with light over it. * - * Also, if no light is set on the world with @ref ephysics_world_light_set(), - * nothing will happens. - * * @see ephysics_body_light_get(). - * @see ephysics_world_light_set() for more details regarding lighting. + * @see ephysics_world_point_light_position_set() for more details + * regarding lighting. * * @ingroup EPhysics_Body */