Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e45b3e21 authored by Jon Miranda's avatar Jon Miranda
Browse files

Fix typo in horizontalShift

Bug: 109828964
Change-Id: I0ef749ccd2d24556e05873186ed3fcdcb09a7d32
parent 03a190d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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