Skip to content

Commit

Permalink
Fix clamp csj usage
Browse files Browse the repository at this point in the history
Close #2669
  • Loading branch information
zoriya authored and necolas committed May 17, 2024
1 parent 2098b1f commit 12db5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function clamp(min: number, value: number, max: number): number {
return value;
}

module.exports = clamp;
export default clamp;

0 comments on commit 12db5a2

Please sign in to comment.