mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 10:48:53 +01:00
internal/buffered: remove mysterious comments
This commit is contained in:
parent
cc574ad67e
commit
bd07f6246f
@ -220,7 +220,6 @@ func (i *Image) ReplaceSmallRegionPixels(graphicsDriver graphicsdriver.Graphics,
|
||||
return nil
|
||||
}
|
||||
|
||||
// TODO: Can we use (*restorable.Image).ReplacePixels?
|
||||
if i.pixels == nil {
|
||||
pix, err := i.img.Pixels(graphicsDriver, 0, 0, i.width, i.height)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user