ui: Remove an unneeded prefix

This commit is contained in:
Hajime Hoshi 2016-02-21 17:12:00 +09:00
parent 8849e84f05
commit 6c14c31c55

View File

@ -21,7 +21,7 @@ import (
"runtime" "runtime"
"time" "time"
glfw "github.com/go-gl/glfw/v3.1/glfw" "github.com/go-gl/glfw/v3.1/glfw"
"github.com/hajimehoshi/ebiten/internal/graphics/opengl" "github.com/hajimehoshi/ebiten/internal/graphics/opengl"
) )