Skip to content

Commit

Permalink
iota instead of 0 (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
askeladdk committed Dec 12, 2023
1 parent 77ca625 commit 1b64bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aseprite.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
type LoopDirection uint8

const (
Forward LoopDirection = 0
Forward LoopDirection = iota
Reverse
PingPong
PingPongReverse
Expand Down

0 comments on commit 1b64bf3

Please sign in to comment.