restorable: Add TODO comment

This commit is contained in:
Hajime Hoshi 2018-03-02 00:00:09 +09:00
parent db738676ce
commit cd8368deaf

View File

@ -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)
)