comment
This commit is contained in:
parent
26345f7d71
commit
e03731c7e7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func (d *DrawDFS) Draw(screen *ebiten.Image, opts *ebiten.DrawImageOptions) {
|
||||||
d.draw(d.Child, screen, *opts)
|
d.draw(d.Child, screen, *opts)
|
||||||
}
|
}
|
||||||
|
|
||||||
// exists to satisfy interface
|
// exists so DrawDFS is recognised as a DrawManager
|
||||||
func (DrawDFS) ManagesDrawingSubcomponents() {}
|
func (DrawDFS) ManagesDrawingSubcomponents() {}
|
||||||
|
|
||||||
func (d *DrawDFS) draw(component interface{}, screen *ebiten.Image, opts ebiten.DrawImageOptions) {
|
func (d *DrawDFS) draw(component interface{}, screen *ebiten.Image, opts ebiten.DrawImageOptions) {
|
||||||
|
|
Loading…
Reference in a new issue