Renamed Run -> OpenGLRun

This commit is contained in:
Hajime Hoshi 2013-06-19 08:55:07 +09:00
parent 493748ec9e
commit ca0250f13c

View File

@ -133,5 +133,5 @@ func main() {
currentUI = &GlutUI{} currentUI = &GlutUI{}
currentUI.Init() currentUI.Init()
ebiten.Run(game, currentUI) ebiten.OpenGLRun(game, currentUI)
} }