Skip to content

Commit 5eed0e8

Browse files
- fixed clip far
1 parent 655ed84 commit 5eed0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/components/preview/viewerControls/settingsControls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const SettingControls = memo(({ open, onClose }) => {
8686
step={1}
8787
min={0}
8888
max={100}
89-
onChange={(e, value) => dispatch(setNglClipFar(value, viewParams[NGL_PARAMS.cli], majorView))}
89+
onChange={(e, value) => dispatch(setNglClipFar(value, viewParams[NGL_PARAMS.clipFar], majorView))}
9090
/>
9191
</Grid>
9292
</Grid>

0 commit comments

Comments
 (0)