aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go2
1 files changed, 1 insertions, 1 deletions
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