[saver] Override stopAnimation() -- do nothing

This commit is contained in:
Eryn Wells 2017-08-24 18:04:34 -07:00
parent c171011c96
commit c026efb41c

View file

@ -71,6 +71,10 @@ public class MetaballsSaverView: ScreenSaverView, RendererDelegate {
super.startAnimation()
}
override public func stopAnimation() {
super.stopAnimation()
}
override public func animateOneFrame() {
metalView.draw()
}