Skip to content

Commit

Permalink
adjust lerp
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jun 3, 2024
1 parent f559395 commit a8e7d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes/src/utilities/Lerp/Lerp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Lerp extends Node {
}),
t: new Input({
name: 'T',
type: minMaxNumber(0, 1),
type: NumberSchema(0, 1),
defaultValue: 0.5
}),
easing: new Input({
Expand Down

0 comments on commit a8e7d40

Please sign in to comment.