Update spline_editor.js

This commit is contained in:
kijai 2024-04-28 14:10:31 +03:00
parent a265879af0
commit 6510f7eda9

View File

@ -312,6 +312,10 @@ function createSplineEditor(context, reset=false) {
tension = tensionWidget.value
updatePath();
}
pointsWidget.callback = () => {
points_to_sample = pointsWidget.value
updatePath();
}
minValueWidget.callback = () => {
updatePath();