From e2c66620451784a6ab87e1431c7257bea9c0d8d2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 23 Apr 2015 01:30:39 +0200 Subject: Fix steps --- cutter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutter.go') diff --git a/cutter.go b/cutter.go index 5d0891c..1c0288b 100644 --- a/cutter.go +++ b/cutter.go @@ -64,7 +64,7 @@ func (c Cutter) TestCut() { type StepDirection int const ( - stepFinish StepDirection = 1 << iota + stepFinish StepDirection = 1 << iota >> 1 StepDown StepUp StepLeft -- cgit v1.2.3