This commit is contained in:
Aria
2025-12-08 14:24:18 -06:00
parent 6429b0cb96
commit acd1f9e691
+1 -1
View File
@@ -113,7 +113,7 @@ class AudioGraph {
return from.connect(to);
}
asSubgraph(fn) {
asSubGraph(fn) {
const subGraph = new SubGraph(this.id);
this.id++;
this.subGraphs[this.id] = subGraph;