mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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
|
var gl js.Value
|
||||||
|
|
||||||
// TODO: Define id?
|
|
||||||
if doc := js.Global().Get("document"); doc.Truthy() {
|
if doc := js.Global().Get("document"); doc.Truthy() {
|
||||||
canvas := c.canvas
|
canvas := c.canvas
|
||||||
attr := js.Global().Get("Object").New()
|
attr := js.Global().Get("Object").New()
|
||||||
|
Loading…
Reference in New Issue
Block a user