Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
release furud
Browse files Browse the repository at this point in the history
  • Loading branch information
jguomoto committed Jan 13, 2016
1 parent 338cb96 commit 04749ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
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.

0 comments on commit 04749ae

Please sign in to comment.