mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-13 22:47: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
|
// Do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
func (u *UserInterface) IsForeground() {
|
func (u *UserInterface) IsForeground() bool {
|
||||||
// TODO: implement this
|
// TODO: implement this
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user