fix: tracker thought sync pops a value even if it didn't

This commit is contained in:
2025-10-25 12:25:31 +03:00
parent 362bc3029f
commit 60ae8645b6
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ var stackUseMonoStereo = map[string][2]StackUse{
{},
},
"sync": {
{Inputs: [][]int{{0}}, Modifies: []bool{false}, NumOutputs: 0},
{Inputs: [][]int{{0}}, Modifies: []bool{false}, NumOutputs: 1},
{},
},
}