Skip to content

Commit

Permalink
'Files modified: 1'
Browse files Browse the repository at this point in the history
'

Modified 1 file:
movers/physics/Easer.swift
'
  • Loading branch information
eonist committed Jul 20, 2017
1 parent 0b83442 commit 1cb6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movers/physics/Easer.swift
Expand Up @@ -13,7 +13,7 @@ class Easer<T>:BaseAnimation,PhysicsAnimationKind {
self.initValues = initValues
self.callBack = callBack
self.easing = easing
super.init()
super.init()
}
override func onFrame(){
self.updatePosition()
Expand Down

0 comments on commit 1cb6283

Please sign in to comment.