From ec4e12d9a2f080aa7dfdd7375288f1804de1224d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 18 Mar 2014 02:40:39 +1100 Subject: Code cleanup: comments and typos --- source/blender/editors/space_view3d/view3d_walk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_view3d/view3d_walk.c') diff --git a/source/blender/editors/space_view3d/view3d_walk.c b/source/blender/editors/space_view3d/view3d_walk.c index 7d387332174..5fa21640d1e 100644 --- a/source/blender/editors/space_view3d/view3d_walk.c +++ b/source/blender/editors/space_view3d/view3d_walk.c @@ -1095,7 +1095,7 @@ static int walkApply(bContext *C, WalkInfo *walk) } /* the distance we would fall naturally smoothly enough that we - can manually drop the object without activating gravity */ + * can manually drop the object without activating gravity */ fall_distance = time_redraw * walk->speed * WALK_BOOST_FACTOR; if (fabsf(difference) < fall_distance) { -- cgit v1.2.3