mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
da98e67345
commit
c032d61f93
@ -2229,7 +2229,7 @@ func TestImageCompositeModeMultiply(t *testing.T) {
|
||||
}
|
||||
|
||||
// Issue #1269
|
||||
func TestImageEmptyTriangle(t *testing.T) {
|
||||
func TestImageZeroTriangle(t *testing.T) {
|
||||
const w, h = 16, 16
|
||||
dst, _ := NewImage(w, h, FilterDefault)
|
||||
src, _ := NewImage(1, 1, FilterDefault)
|
||||
|
Loading…
Reference in New Issue
Block a user