From e038b25579af0a540cc2b41c03e6771c12044d2b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 May 2011 08:56:37 +0000 Subject: view3d function naming, no functional changes. --- source/blender/editors/physics/particle_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index 79d01e0a61d..fa458f4096d 100644 --- a/source/blender/editors/physics/particle_edit.c +++ b/source/blender/editors/physics/particle_edit.c @@ -385,7 +385,7 @@ static void PE_set_view3d_data(bContext *C, PEData *data) /* we may need to force an update here by setting the rv3d as dirty * for now it seems ok, but take care!: * rv3d->depths->dirty = 1; */ - view3d_update_depths(data->vc.ar); + ED_view3d_depth_update(data->vc.ar); } } } -- cgit v1.2.3