mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +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() {
|
func (i *Image) Dispose() {
|
||||||
// If i is 4
|
|
||||||
// 1->2
|
|
||||||
// 1->4
|
|
||||||
// 4->3
|
|
||||||
// 3->4
|
|
||||||
// ?->4
|
|
||||||
// 4->5
|
|
||||||
// ...
|
|
||||||
// 消せるのは
|
|
||||||
// 最新からさかのぼって 4 が src になるところまで
|
|
||||||
// 直接作用しているやつだけ
|
|
||||||
|
|
||||||
c := &disposeCommand{
|
c := &disposeCommand{
|
||||||
target: i,
|
target: i,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user