alpha perfomance fix
This commit is contained in:
@@ -145,7 +145,7 @@ func TestWrapAlphaGenerator(t *testing.T) {
|
||||
}
|
||||
fill := &stubFrameGenerator{}
|
||||
|
||||
gen, err := wrapAlphaGenerator(cfg, fill)
|
||||
gen, err := wrapAlphaGenerator(cfg, fill, false)
|
||||
if err != nil {
|
||||
t.Fatalf("wrapAlphaGenerator: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user