Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 18, 2024
1 parent a551600 commit 86621de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SingleSlider = ({ id }: ParamVector3Props) => {
useInterval(() => {
const nodeValue = engineStore.getState().nodeValues[id]
if (typeof nodeValue !== 'number') {
throw new Error('VectorComponentSlider value was not a number')
throw new Error('SingleSlider value was not a number')
}
ref.current?.drawBar(nodeValue)
}, 100)
Expand Down

0 comments on commit 86621de

Please sign in to comment.