mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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
|
return &theUI.input
|
||||||
}
|
}
|
||||||
|
|
||||||
func (*userInterfaceImpl) Window() *Window {
|
func (*userInterfaceImpl) Window() Window {
|
||||||
return &Window{}
|
return &nullWindow{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user