mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Extend the range to 4000 in TestImageStretch (#611)
This commit is contained in:
parent
161eaa1544
commit
1a703ae34b
@ -812,7 +812,7 @@ func TestImageStretch(t *testing.T) {
|
||||
img0.ReplacePixels(pix)
|
||||
|
||||
// TODO: 4096 doesn't pass on MacBook Pro (#611).
|
||||
const h = 2048
|
||||
const h = 4000
|
||||
img1, _ := NewImage(16, h, FilterDefault)
|
||||
for i := 1; i < h; i++ {
|
||||
img1.Clear()
|
||||
|
Loading…
Reference in New Issue
Block a user