mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 21:37:42 -04:00
fix: reify hydra pattern
This commit is contained in:
@@ -47,4 +47,4 @@ export function clearHydra() {
|
||||
globalThis.shape = controls.shape;
|
||||
}
|
||||
|
||||
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;
|
||||
export const H = (p) => () => reify(p).queryArc(getTime(), getTime())[0].value;
|
||||
|
||||
Reference in New Issue
Block a user