Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / halftone.cpp
index e0f45ac..8e8ba9e 100644 (file)
@@ -2,10 +2,11 @@
 /*!    \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
+**     Copyright (c) 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -88,7 +89,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());