Mark new strings to be translated.
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / halftone.cpp
index e0f45ac..9fd1965 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file halftone.cpp
 **     \brief blehh
 **
-**     $Id: halftone.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -88,7 +88,7 @@ Halftone::mask(synfig::Point point)const
        float radius1;
        float radius2;
 
-       point-=offset;
+       point-=origin;
 
        {
                const float     a(Angle::sin(-angle).get()),    b(Angle::cos(-angle).get());