mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17: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)
|
panic(err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
// TODO: Now Ebiten with headless-gl doesn't work well (#141).
|
||||||
// Use headless-gl for testing.
|
// Use headless-gl for testing.
|
||||||
options := map[string]bool{
|
options := map[string]bool{
|
||||||
"alpha": true,
|
"alpha": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user