Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: null pointer exception on destroy
Appears when component is destroyed right after being mounted. Because `this.camera` hasn't been instanciated yet but it's `stop()` function is already called. Close #44
- Loading branch information