Skip to content

Commit

Permalink
Update ARAnchor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
doranteseduardo committed Sep 5, 2021
1 parent 172700d commit c125b15
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 c125b15

Please sign in to comment.