All to render the grid...

This commit is contained in:
Eryn Wells 2018-10-14 12:17:17 -07:00
parent 5672a44b47
commit 3f98d0f478
3 changed files with 15 additions and 9 deletions

View file

@ -263,7 +263,7 @@ public class Field {
guard self.device == nil else {
return
}
NSLog("Setting up Metal")
print("Setting up Metal")
self.device = device
populateParametersBuffer()
populateBallBuffer()