mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
uidriver/mobile: Bug fix: Compile error
TravisCI doesn't compile for mobiles, so we missed this error. Updates #1037
This commit is contained in:
parent
6686044452
commit
2b9cd5aed6
@ -369,7 +369,7 @@ func (u *UserInterface) SetFullscreen(fullscreen bool) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
func (u *UserInterface) IsForeground() {
|
||||
func (u *UserInterface) IsForeground() bool {
|
||||
// TODO: implement this
|
||||
return true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user