mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 03:02:49 +01:00
restorable: Add TODO comment
This commit is contained in:
parent
db738676ce
commit
cd8368deaf
@ -116,6 +116,8 @@ func (i *Image) makeStale() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
// TODO: Don't use *graphics.Image here.
|
||||||
|
// If emptyImage is destoryed by context lost, there is no way to recover this.
|
||||||
emptyImage = graphics.NewImage(16, 16)
|
emptyImage = graphics.NewImage(16, 16)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user