mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Add TODO comment
This commit is contained in:
parent
6dbe57ec11
commit
e656b607f6
@ -62,6 +62,8 @@ func SwapBuffers() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
// TODO: Implement this with node-webgl mainly for testing.
|
||||||
|
|
||||||
doc := js.Global.Get("document")
|
doc := js.Global.Get("document")
|
||||||
if doc.Get("body") == nil {
|
if doc.Get("body") == nil {
|
||||||
ch := make(chan struct{})
|
ch := make(chan struct{})
|
||||||
|
Loading…
Reference in New Issue
Block a user