Skip to content

Commit 7db37b8

Browse files
committed
add comment
1 parent ba1ef89 commit 7db37b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ARKit.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ const TRACKING_REASONS = [
3030
];
3131
const TRACKING_STATES_COLOR = ['red', 'orange', 'green'];
3232

33+
// clear scene on start (not on mount)
34+
// this is only needed if you reload the app (in dev mode)
3335
ARKitManager.clearScene();
36+
3437
class ARKit extends Component {
3538
state = {
3639
state: 0,

0 commit comments

Comments
 (0)