mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 10:48:53 +01:00
internal/ui: bug fix: compile error
This commit is contained in:
parent
9c15bda275
commit
0adb0c3860
@ -143,6 +143,6 @@ func (*userInterfaceImpl) Input() *Input {
|
||||
return &theUI.input
|
||||
}
|
||||
|
||||
func (*userInterfaceImpl) Window() *Window {
|
||||
return &Window{}
|
||||
func (*userInterfaceImpl) Window() Window {
|
||||
return &nullWindow{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user