mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Remove unneeded comments
This commit is contained in:
parent
439599a145
commit
845f2bdeb8
@ -95,18 +95,6 @@ func NewScreenFramebufferImage(width, height int) *Image {
|
||||
}
|
||||
|
||||
func (i *Image) Dispose() {
|
||||
// If i is 4
|
||||
// 1->2
|
||||
// 1->4
|
||||
// 4->3
|
||||
// 3->4
|
||||
// ?->4
|
||||
// 4->5
|
||||
// ...
|
||||
// 消せるのは
|
||||
// 最新からさかのぼって 4 が src になるところまで
|
||||
// 直接作用しているやつだけ
|
||||
|
||||
c := &disposeCommand{
|
||||
target: i,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user