Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit be3ef79

Browse files
committed
typo
1 parent 7784d91 commit be3ef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: wallpapers/ex2_compass/ex2_compass.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class SensorListener implements SensorEventListener {
9393
SensorManager.getOrientation(R, orientation);
9494
azimuth += easing * (orientation[0] - azimuth);
9595
pitch += easing * (orientation[1] - pitch);
96-
roll += easing * (orientation[2] - roll);;
96+
roll += easing * (orientation[2] - roll);
9797
}
9898
}
9999
public void onAccuracyChanged(Sensor sensor, int accuracy) { }

0 commit comments

Comments
 (0)