mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
parent
e7d080ca4a
commit
d6eac8c5bf
@ -2151,7 +2151,7 @@ func TestImageDrawImageTooSmallScale(t *testing.T) {
|
||||
}
|
||||
|
||||
// Issue #1399
|
||||
func TestImageDrawImageCannotCreateMiamap(t *testing.T) {
|
||||
func TestImageDrawImageCannotAllocateImageForMipmap(t *testing.T) {
|
||||
dst := NewImage(1, 1)
|
||||
src := NewImage(4096, 4096)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user