Initialize smoothPath as true in buildRuntimeControlSurface

This commit is contained in:
2026-04-15 11:18:58 +02:00
parent b462b5ae2d
commit ecc4794da0

View File

@@ -1079,6 +1079,7 @@ function buildRuntimeControlSurface(
pathId: null, pathId: null,
speed: null, speed: null,
loop: false, loop: false,
smoothPath: true,
progressMode: null, progressMode: null,
source: defaultSource source: defaultSource
}) })