mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/graphicsdriver/opengl: remove a comment
This commit is contained in:
parent
71a32d2036
commit
4a19d645b7
@ -124,7 +124,6 @@ func (c *context) initGL() error {
|
||||
|
||||
var gl js.Value
|
||||
|
||||
// TODO: Define id?
|
||||
if doc := js.Global().Get("document"); doc.Truthy() {
|
||||
canvas := c.canvas
|
||||
attr := js.Global().Get("Object").New()
|
||||
|
Loading…
Reference in New Issue
Block a user