mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
restorable: Add TODO comment
This commit is contained in:
parent
db738676ce
commit
cd8368deaf
@ -116,6 +116,8 @@ func (i *Image) makeStale() {
|
||||
}
|
||||
|
||||
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)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user