diff options
Diffstat (limited to 'lib/shape.cc')
-rw-r--r-- | lib/shape.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shape.cc b/lib/shape.cc index f566f3d..60e9522 100644 --- a/lib/shape.cc +++ b/lib/shape.cc @@ -104,7 +104,7 @@ void mogltk::fill::insert(int x1, int y1, int x2, int y2) { SWAP(x1, x2); SWAP(y1, y2); } - + dx = x1 - x2; dy = y1 - y2; |