Merge "Fix struct initializer for balls." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
bbcf2079e9
@ -52,7 +52,7 @@ void initParts(int w, int h)
|
||||
int root() {
|
||||
rsgClearColor(0.f, 0.f, 0.f, 1.f);
|
||||
|
||||
BallControl_t bc = {0};
|
||||
BallControl_t bc;
|
||||
Ball_t *bout;
|
||||
|
||||
if (frame & 1) {
|
||||
|
Reference in New Issue
Block a user