[cmd/extract-imgs] Remove debug println

Removed a debug println from Layer.At()
This commit is contained in:
Zorchenhimer 2025-11-09 12:12:05 -05:00
parent e915a88cbf
commit a48e731794
Signed by: Zorchenhimer
GPG Key ID: 70A1AB767AAB9C20
1 changed files with 0 additions and 6 deletions

View File

@ -414,12 +414,6 @@ func (l *Layer) At(x, y int) color.Color {
tileIdx := (row*l.Width)+col
if x == 89 && y == 101 {
fmt.Printf("row:%d col:%d tx:%d ty:%d tileIdx:%d width:%d height:%d l.Width:%d l.Height:%d\n",
row, col, tx, ty, tileIdx, width, height, l.Width, l.Height,
)
}
if l.Tiles[tileIdx] == nil {
return color.RGBA{0x00, 0x00, 0x00, 0x00}
//return color.RGBA{0xFF, 0x00, 0xFF, 0xFF}