Skip to content

Commit a413d13

Browse files
committed
calling clearscene on mount will result in #11
removing clearscene for the time being. Usually nodes get cleaned up properly
1 parent 48366e0 commit a413d13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ARKit.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ class ARKit extends Component {
3636
reason: 0,
3737
floor: null,
3838
};
39-
componentWillMount() {
40-
ARKitManager.clearScene();
41-
}
39+
4240
componentDidMount() {
4341
ARKitManager.resume();
4442
}

0 commit comments

Comments
 (0)