mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Bug fix: compile error
This commit is contained in:
parent
0429c9c3e6
commit
a4092a1bf1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user