comment
This commit is contained in:
parent
e5632912de
commit
300b9a1c3d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func (d *DrawDAG) Draw(screen *ebiten.Image, opts *ebiten.DrawImageOptions) {
|
|||
})
|
||||
}
|
||||
|
||||
// exists to satisfy interface
|
||||
// exists so DrawDAG is recognised as a DrawManager
|
||||
func (DrawDAG) ManagesDrawingSubcomponents() {}
|
||||
|
||||
// Prepare adds all subcomponents to the DAG.
|
||||
|
|
Loading…
Reference in a new issue