Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(marker): logical error when setting faceCamera (#686)
Due to the way boolean values were being assigned, faceCamera would always evaluate to true because of its default value. This change fixes the logical error and ensures boolean properties are properly set.
- Loading branch information