[MetaballsKit] Comment out the "Populated ball [x]" logging for now...
This commit is contained in:
parent
bb4bdd1568
commit
ddc0938ae4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue