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