Skip to content

Commit

Permalink
In FrameStore update newFrameStoreWith(speed:) method.
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonParks committed Feb 26, 2019
1 parent ff96cdc commit c236c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Classes/FrameStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private extension FrameStore {
var newDuration: TimeInterval = 0

originalAnimatedFrames.forEach {
let newAnimatedFrame = $0.makeAnimatedFrameWithNewSpeed(speed)
let newAnimatedFrame = $0.newAnimatedFrameWith(speed: speed)
newAnimatedFrames.append(newAnimatedFrame)
newDuration += newAnimatedFrame.duration
}
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>155</string>
<string>157</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit c236c72

Please sign in to comment.