internal/ui: bug fix: compile failure

This commit is contained in:
Hajime Hoshi 2023-10-29 19:14:24 +09:00
parent c4ce1b3503
commit ae1ea3ba05

View File

@ -33,7 +33,6 @@ import (
"github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver"
"github.com/hajimehoshi/ebiten/v2/internal/hook"
"github.com/hajimehoshi/ebiten/v2/internal/microsoftgdk"
"github.com/hajimehoshi/ebiten/v2/internal/thread"
)
func driverCursorModeToGLFWCursorMode(mode CursorMode) int {