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

Commit 69dc062

Browse files
committed
Merge pull request #35 from ericye16/master
PCrenderer -> PCRenderer in docs
2 parents 6baf373 + 605f6bd commit 69dc062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PointCloudJava/app/src/main/java/com/projecttango/experiments/javapointcloud/PointCloudActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* Main Activity class for the Point Cloud Sample. Handles the connection to the {@link Tango}
5151
* service and propagation of Tango XyzIj data to OpenGL and Layout views. OpenGL rendering logic is
52-
* delegated to the {@link PCrenderer} class.
52+
* delegated to the {@link PCRenderer} class.
5353
*/
5454
public class PointCloudActivity extends Activity implements OnClickListener {
5555

0 commit comments

Comments
 (0)