Selaa lähdekoodia

removing unneeded line

Kyle Belfort 5 vuotta sitten
vanhempi
commit
526dab1fd9

+ 0 - 1
inspector/src/components/sceneExplorer/sceneExplorerComponent.tsx

@@ -82,7 +82,6 @@ export class SceneExplorerComponent extends React.Component<ISceneExplorerCompon
         this.sceneExplorerRef = React.createRef();
         this._onNewSceneObserver = this.props.globalState.onNewSceneObservable.add((scene: Scene) => {
             this.setState({
-                ...this.state,
                 scene
             });
         })