mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Misspelling
This commit is contained in:
parent
4b4404bc7e
commit
c5872c6640
@ -318,7 +318,7 @@ func TestImageDotByDotInversion(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)
|
||||
defer dummyImg.Dispose()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user