mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
test: Give up using headless-js (#141)
This commit is contained in:
parent
0abe40790b
commit
9178b488a1
@ -82,6 +82,7 @@ func NewContext() *Context {
|
||||
panic(err)
|
||||
}
|
||||
} else {
|
||||
// TODO: Now Ebiten with headless-gl doesn't work well (#141).
|
||||
// Use headless-gl for testing.
|
||||
options := map[string]bool{
|
||||
"alpha": true,
|
||||
|
Loading…
Reference in New Issue
Block a user