mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/ui: bug fix: compile failure with -tags=nintendosdk
This commit is contained in:
parent
f25f46f50c
commit
beabe9c6ee
@ -74,6 +74,10 @@ type userInterfaceImpl struct {
|
||||
m sync.Mutex
|
||||
}
|
||||
|
||||
func (u *UserInterface) init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (u *UserInterface) Run(game Game, options *RunOptions) error {
|
||||
u.context = newContext(game)
|
||||
g, err := newGraphicsDriver(&graphicsDriverCreatorImpl{}, options.GraphicsLibrary)
|
||||
|
Loading…
Reference in New Issue
Block a user