Skip to content

Commit 48c8da0

Browse files
committed
typo
1 parent 6275c82 commit 48c8da0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![GoDoc](https://godoc.org/github.com/setanarut/aseprite?status.svg)](https://pkg.go.dev/github.com/setanarut/aseprite)
2+
[![Go Report Card](https://goreportcard.com/badge/github.com/askeladdk/aseprite)](https://goreportcard.com/report/github.com/setanarut/aseprite)
3+
[![Coverage Status](https://coveralls.io/repos/github/askeladdk/aseprite/badge.svg?branch=master)](https://coveralls.io/github/setanarut/aseprite?branch=master)
24

35
# aseprite
46

aseprite.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,6 @@ func (a *Ase) parseCel(raw []byte, layerIdx int) (*Cel, error) {
725725
cel.Pos.Y = int(int16(binary.LittleEndian.Uint16(raw[4:6])))
726726
cel.Opacity = raw[6]
727727

728-
fmt.Println("cel opacity:", cel.Opacity)
729-
730728
cel.Type = CelType(binary.LittleEndian.Uint16(raw[7:9]))
731729
cel.ZIndex = int(int16(binary.LittleEndian.Uint16(raw[9:11])))
732730

0 commit comments

Comments
 (0)