Refactoring

This commit is contained in:
Hajime Hoshi 2013-10-16 01:12:29 +09:00
parent 319d1bfc74
commit 75b1c850a1
3 changed files with 23 additions and 24 deletions

View File

@ -25,7 +25,6 @@ type UI struct {
updating chan ebiten.Game updating chan ebiten.Game
updated chan ebiten.Game updated chan ebiten.Game
input chan ebiten.InputState input chan ebiten.InputState
graphicsDevice *opengl.Device
} }
var currentUI *UI var currentUI *UI