[saver] Override stopAnimation() -- do nothing
This commit is contained in:
parent
c171011c96
commit
c026efb41c
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ public class MetaballsSaverView: ScreenSaverView, RendererDelegate {
|
|||
super.startAnimation()
|
||||
}
|
||||
|
||||
override public func stopAnimation() {
|
||||
super.stopAnimation()
|
||||
}
|
||||
|
||||
override public func animateOneFrame() {
|
||||
metalView.draw()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue