Set layer speed to 1.0 until we can figure out how to speed it up without stuttering animations

This commit is contained in:
Maurice Parker 2019-11-03 17:42:11 -06:00
parent 44533399e6
commit d0c600b098
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import Account
struct AppAssets {
static let layerSpeed: Float = 1.5
static let layerSpeed: Float = 1.0
static var accountLocalPadImage: UIImage = {
return UIImage(named: "accountLocalPad")!