Skip to content

Commit

Permalink
Updated a wrongly named variable
Browse files Browse the repository at this point in the history
  • Loading branch information
deepansh96 authored Dec 24, 2021
1 parent 67a6df8 commit 025e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/core/camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ You should set a *ref* on the camera :
You can then access ThreeJS camera in your component script :

```js
const scene = this.$ref.camera.camera;
const camera = this.$ref.camera.camera;
```

0 comments on commit 025e961

Please sign in to comment.