Skip to content

Commit

Permalink
feat: Update wearable preview zoom granularity
Browse files Browse the repository at this point in the history
cyaiox committed Apr 7, 2023
1 parent 184c3d7 commit f3e5bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ export default class EditThumbnailStep extends React.PureComponent<Props, State>
/>
{hasBeenUpdated ? (
<>
<ZoomControls wearablePreviewId="preview" />
<ZoomControls wearablePreviewId="preview" zoomDelta={0.01} />
<TranslationControls vertical verticalPosition={VerticalPosition.RIGHT} wearablePreviewId="preview" />
{isEmote ? (
<div className="play-controls">

0 comments on commit f3e5bb4

Please sign in to comment.