aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-04-23 01:30:39 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-04-23 01:30:39 +0200
commite2c66620451784a6ab87e1431c7257bea9c0d8d2 (patch)
tree34c90bb37da9a12fa0f3bf542af09c63b8f5e7a1 /cutter.go
parent4cfa88a96b784b008176f289128bc706695c7d1f (diff)
Fix steps
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