We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7784d91 commit be3ef79Copy full SHA for be3ef79
wallpapers/ex2_compass/ex2_compass.pde
@@ -93,7 +93,7 @@ class SensorListener implements SensorEventListener {
93
SensorManager.getOrientation(R, orientation);
94
azimuth += easing * (orientation[0] - azimuth);
95
pitch += easing * (orientation[1] - pitch);
96
- roll += easing * (orientation[2] - roll);;
+ roll += easing * (orientation[2] - roll);
97
}
98
99
public void onAccuracyChanged(Sensor sensor, int accuracy) { }
0 commit comments