Removed extra animation before merging.

This commit is contained in:
vinivendra 2016-02-12 00:47:04 -05:00
parent 9c79a9327e
commit 731abff8a9

View File

@ -47,10 +47,6 @@ class ViewController: UIViewController, MetaballDataSource {
addEdge(0, 2)
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, Int64(2) * Int64(NSEC_PER_SEC)), dispatch_get_main_queue()) { () -> Void in
self.removeEdge(0, 2)
}
renderer.state = .Running
}