From 75d05bd880864441fb8aa79a6c491b28a662699d Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 28 Sep 2007 15:24:30 +0000 Subject: [PATCH 1/1] Fixed a typo in the last commit. git-svn-id: http://svn.voria.com/code@798 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp b/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp index 8fa3648..4ed1da3 100644 --- a/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/sphere_distort.cpp @@ -550,8 +550,8 @@ Layer_SphereDistort::get_bounding_rect()const switch(type) { case TYPE_NORMAL: - bounds=Rect(center[0]+radius, center[1]+radius), - center[0]-radius, center[1]-radius)); + bounds=Rect(center[0]+radius, center[1]+radius, + center[0]-radius, center[1]-radius); break; case TYPE_DISTH: bounds = Rect::vertical_strip(center[0]-radius, center[0]+radius); -- 2.7.4