make testing window invisible
This commit is contained in:
parent
552871e324
commit
d5761bda94
|
@ -56,6 +56,7 @@ func TestSprite_Draw(t *testing.T) {
|
|||
cfg := pixelgl.WindowConfig{
|
||||
Title: "testing",
|
||||
Bounds: pixel.R(0, 0, 150, 150),
|
||||
Invisible: true,
|
||||
}
|
||||
|
||||
win, err := pixelgl.NewWindow(cfg)
|
||||
|
|
Loading…
Reference in New Issue