graphics: Misspelling

This commit is contained in:
Hajime Hoshi 2018-03-03 20:42:16 +09:00
parent 4b4404bc7e
commit c5872c6640

View File

@ -318,7 +318,7 @@ func TestImageDotByDotInversion(t *testing.T) {
} }
func TestReplacePixels(t *testing.T) { func TestReplacePixels(t *testing.T) {
// Create a dummy image so that the shared texture is use and origImg's position is shfited. // Create a dummy image so that the shared texture is used and origImg's position is shfited.
dummyImg, _ := NewImageFromImage(image.NewRGBA(image.Rect(0, 0, 16, 16)), FilterDefault) dummyImg, _ := NewImageFromImage(image.NewRGBA(image.Rect(0, 0, 16, 16)), FilterDefault)
defer dummyImg.Dispose() defer dummyImg.Dispose()