fix: Fixes height / width not working for trunk sizes.

This commit is contained in:
2026-01-13 20:36:52 -05:00
parent dfee50de8e
commit 62a82ed674

View File

@@ -142,7 +142,10 @@ public struct ManualDClient: Sendable {
roundSize: sizes.ductulatorSize,
finalSize: sizes.finalSize,
velocity: sizes.velocity,
flexSize: sizes.flexSize)
flexSize: sizes.flexSize,
height: trunk.height,
width: width
)
)
)
}