mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
Typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user