mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
gofmt -s -w
This commit is contained in:
parent
672d721ea9
commit
71a508ca7b
@ -227,7 +227,7 @@ func TestReplacePixels(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p := make([]uint8, 4*size.X*size.Y)
|
p := make([]uint8, 4*size.X*size.Y)
|
||||||
for i, _ := range p {
|
for i := range p {
|
||||||
p[i] = 0x80
|
p[i] = 0x80
|
||||||
}
|
}
|
||||||
img0.ReplacePixels(p)
|
img0.ReplacePixels(p)
|
||||||
|
Loading…
Reference in New Issue
Block a user