Skip to content

Commit d343aa5

Browse files
committed
feat: set camera preview not experimental anymore
1 parent 24fb1fa commit d343aa5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

editor/src/editor/layout/preview.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,6 @@ export class EditorPreview extends Component<IEditorPreviewProps, IEditorPreview
451451
* @param camera the camera to activate the preview
452452
*/
453453
public setCameraPreviewActive(camera: Camera | null): void {
454-
if (!this.props.editor.state.enableExperimentalFeatures) {
455-
return;
456-
}
457-
458454
if (this._previewCamera === camera) {
459455
return;
460456
}

0 commit comments

Comments
 (0)