alpha perfomance fix

This commit is contained in:
Dmitry Sergeev
2026-09-18 10:25:35 +03:00
parent dea2e6a59f
commit 1e804897c6
5 changed files with 81 additions and 12 deletions
+1 -1
View File
@@ -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)
}