mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Renamed Run -> OpenGLRun
This commit is contained in:
parent
493748ec9e
commit
ca0250f13c
@ -133,5 +133,5 @@ func main() {
|
|||||||
currentUI = &GlutUI{}
|
currentUI = &GlutUI{}
|
||||||
currentUI.Init()
|
currentUI.Init()
|
||||||
|
|
||||||
ebiten.Run(game, currentUI)
|
ebiten.OpenGLRun(game, currentUI)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user