Revert "Fix typo in horizontalShift"

This reverts commit e45b3e21a9.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I4d2956d3f8d23e8f9579fd61418bc84e7226ef60
This commit is contained in:
Jonathan Miranda
2018-06-26 20:21:26 +00:00
parent 3d80330efc
commit 33cbe61e97

View File

@@ -121,7 +121,7 @@ public class Interpolators {
// Used to scale the oscillations horizontally
private final float horizontalScale = 1f;
// Used to shift the oscillations horizontally
private final float horizontalShift = 0.5f;
private final float horizontalShift = 05f;
// Used to scale the oscillations vertically
private final float verticalScale = 1f;
// Used to shift the oscillations vertically