Skip to content

Commit

Permalink
fixed type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Apr 17, 2020
1 parent 0c8a88c commit f38cebf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@

public class DeviceMotionModule extends ExportedModule implements SensorEventListener2 {
private long mLastUpdate = 0;
private int mUpdateInterval = 1.0f / 60.0f;
private float mUpdateInterval = 1.0f / 60.0f;
private float[] mRotationMatrix = new float[9];
private float[] mRotationResult = new float[3];

Expand Down

0 comments on commit f38cebf

Please sign in to comment.