Convert to Swift 4.0 syntax
This commit is contained in:
@@ -179,7 +179,7 @@ class VisualizationViewController: UIViewController
|
||||
|
||||
internal func _setupModel()
|
||||
{
|
||||
_cubletsNode.enumerateChildNodes { $0.0.removeFromParentNode() }
|
||||
_cubletsNode.enumerateChildNodes { (child, _) in child.removeFromParentNode() }
|
||||
_cublets.removeAll()
|
||||
|
||||
let sz = Float(VisualizationViewController.cubletsSize)
|
||||
|
||||
Reference in New Issue
Block a user