This commit is contained in:
Josh Deprez 2021-09-27 11:24:47 +10:00
parent e5632912de
commit 300b9a1c3d

View file

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