Fix typo in horizontalShift

Bug: 109828964
Change-Id: I0ef749ccd2d24556e05873186ed3fcdcb09a7d32
This commit is contained in:
Jon Miranda
2018-06-21 11:33:04 -07:00
parent 03a190d284
commit e45b3e21a9

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 = 05f;
private final float horizontalShift = 0.5f;
// Used to scale the oscillations vertically
private final float verticalScale = 1f;
// Used to shift the oscillations vertically