ebiten: remove a comment

This commit is contained in:
Hajime Hoshi 2022-11-02 13:05:11 +09:00
parent 4c5f019db3
commit b3a93c66b0

View File

@ -769,7 +769,6 @@ func (i *Image) SubImage(r image.Rectangle) image.Image {
r = image.ZR
}
// Keep the original image's reference not to dispose that by GC.
var orig = i
if i.isSubImage() {
orig = i.original