[MetaballsKit] Comment out the "Populated ball [x]" logging for now...

This commit is contained in:
Eryn Wells 2017-08-06 07:53:40 -07:00
parent bb4bdd1568
commit ddc0938ae4

View file

@ -168,7 +168,9 @@ public class Field {
var r = ball.radius
ptr = write(value: &r, to: ptr)
ptr = ptr.advanced(by: 4) // Skip 4 bytes to maintain alignment.
NSLog("Populated ball: x:\(ball.position.x), y:\(ball.position.y), r:\(r)")
// if idx == 0 {
// print("Populated ball \(idx): x:\(ball.position.x), y:\(ball.position.y), r:\(r)")
// }
idx += 1
}
}