Skip to content

Commit

Permalink
Update framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Nov 3, 2019
1 parent 6820b24 commit 7b860d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clock/Classes/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ final class MainView: ScreenSaverView {
// MARK: - Private

private func initialize() {
animationTimeInterval = 1.0 / 4.0
animationTimeInterval = 1.0 / 30.0
wantsLayer = true

NotificationCenter.default.addObserver(self, selector: #selector(preferencesDidChange),
Expand Down

0 comments on commit 7b860d6

Please sign in to comment.