Skip to content

Commit eeee6e4

Browse files
authored
Merge pull request #82 from panter/revert-clear-scene
remove clearscene call
2 parents a6db92a + a413d13 commit eeee6e4

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)