mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-02 13:46:06 -04:00
build
This commit is contained in:
Vendored
+1
-1
@@ -46,7 +46,7 @@ function resolveReplications(ast) {
|
||||
options_: {
|
||||
operator: {
|
||||
type_: "stretch",
|
||||
arguments_: {amount: String(new Fraction(replicate).inverse().valueOf())}
|
||||
arguments_: {amount: new Fraction(replicate).inverse().toString()}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user