mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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)
|
img0.ReplacePixels(pix)
|
||||||
|
|
||||||
// TODO: 4096 doesn't pass on MacBook Pro (#611).
|
// TODO: 4096 doesn't pass on MacBook Pro (#611).
|
||||||
const h = 2048
|
const h = 4000
|
||||||
img1, _ := NewImage(16, h, FilterDefault)
|
img1, _ := NewImage(16, h, FilterDefault)
|
||||||
for i := 1; i < h; i++ {
|
for i := 1; i < h; i++ {
|
||||||
img1.Clear()
|
img1.Clear()
|
||||||
|
Loading…
Reference in New Issue
Block a user