Skip to content

Commit

Permalink
- fixed clip far
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Jan 22, 2021
1 parent 655ed84 commit 5eed0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/viewerControls/settingsControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const SettingControls = memo(({ open, onClose }) => {
step={1}
min={0}
max={100}
onChange={(e, value) => dispatch(setNglClipFar(value, viewParams[NGL_PARAMS.cli], majorView))}
onChange={(e, value) => dispatch(setNglClipFar(value, viewParams[NGL_PARAMS.clipFar], majorView))}
/>
</Grid>
</Grid>
Expand Down

0 comments on commit 5eed0e8

Please sign in to comment.