ui: Bug fix: compile error

This commit is contained in:
Hajime Hoshi 2016-02-21 02:15:14 +09:00
parent 0429c9c3e6
commit a4092a1bf1

View File

@ -17,9 +17,11 @@
package ui
import (
"github.com/gopherjs/gopherjs/js"
"strconv"
"time"
"github.com/gopherjs/gopherjs/js"
"github.com/hajimehoshi/ebiten/internal/graphics/opengl"
)
func Now() int64 {