internal/graphicsdriver/opengl: bug fix: compile error

This commit is contained in:
Hajime Hoshi 2022-11-13 15:44:15 +09:00
parent 8c49c88b08
commit 8393211ed7

View File

@ -16,6 +16,8 @@ package opengl
import ( import (
"syscall/js" "syscall/js"
"github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver"
) )
// NewGraphics creates an implementation of graphicsdriver.Graphics for OpenGL. // NewGraphics creates an implementation of graphicsdriver.Graphics for OpenGL.