mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Can we use (*restorable.Image).ReplacePixels?
|
|
||||||
if i.pixels == nil {
|
if i.pixels == nil {
|
||||||
pix, err := i.img.Pixels(graphicsDriver, 0, 0, i.width, i.height)
|
pix, err := i.img.Pixels(graphicsDriver, 0, 0, i.width, i.height)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user