Skip to content

Commit

Permalink
Merge pull request #16 from ViroCommunity/arcore-1.26.0
Browse files Browse the repository at this point in the history
Update ARAnchor.java
  • Loading branch information
doranteseduardo authored Sep 5, 2021
2 parents 88cbdb2 + c125b15 commit 85ab807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/app/src/main/java/com/viro/core/ARAnchor.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ public static Type valueFromString(String str) {

/**
* Invoked from JNI
* @hide
*/
ARAnchor(String anchorId, String cloudAnchorId, String type,
public ARAnchor(String anchorId, String cloudAnchorId, String type,
float[] position, float[] rotation, float[] scale) {
mAnchorId = anchorId;
mType = Type.valueFromString(type);
Expand Down

0 comments on commit 85ab807

Please sign in to comment.