internal/ui: bug fix: compile error with ebitencbackend

This commit is contained in:
Hajime Hoshi 2022-02-13 16:48:30 +09:00
parent e9cfbc1630
commit 73d995740f

View File

@ -19,7 +19,6 @@ package ui
import ( import (
"runtime" "runtime"
"time"
"github.com/hajimehoshi/ebiten/v2/internal/cbackend" "github.com/hajimehoshi/ebiten/v2/internal/cbackend"
) )