mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Revert "Fix typo in horizontalShift"
This reverts commit e45b3e21a9.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I4d2956d3f8d23e8f9579fd61418bc84e7226ef60
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user