Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,18 @@ public void onTouchEvent(MotionEvent motionEvent) {
touchViewHandler.onTouchEvent(motionEvent);
}

public void setFirstPersonView() {
public synchronized void setFirstPersonView() {
touchViewHandler.setFirstPersonView();
mPoseUpdated = true;
}

public void setTopDownView() {
public synchronized void setTopDownView() {
touchViewHandler.setTopDownView();
mPoseUpdated = true;
}

public void setThirdPersonView() {
public synchronized void setThirdPersonView() {
touchViewHandler.setThirdPersonView();
mPoseUpdated = true;
}
}
Binary file modified TangoReleaseLibs/aar/TangoUtils.aar
Binary file not shown.
Binary file modified TangoReleaseLibs/aar/tango-ux-support-library.aar
Binary file not shown.
Binary file modified TangoReleaseLibs/aar/tango_support_java_lib.aar
Binary file not shown.
Binary file modified TangoReleaseLibs/jar/tango_java_lib.jar
Binary file not shown.