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

Commit

Permalink
Merge pull request #56 from googlesamples/release-furud
Browse files Browse the repository at this point in the history
release furud
  • Loading branch information
chaosemer committed Jan 26, 2016
2 parents 338cb96 + 04749ae commit 4662c57
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 4662c57

Please sign in to comment.