From 6c14c31c5516b58c13cc2fe4d60034bd4c463122 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 21 Feb 2016 17:12:00 +0900 Subject: [PATCH] ui: Remove an unneeded prefix --- internal/ui/ui_glfw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/ui_glfw.go b/internal/ui/ui_glfw.go index 934c38267..252a110c3 100644 --- a/internal/ui/ui_glfw.go +++ b/internal/ui/ui_glfw.go @@ -21,7 +21,7 @@ import ( "runtime" "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" )