Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12433545 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am e49f75eb: am bbcf2079: Merge "Fix struct initializer for balls." into honeycomb

* commit 'e49f75eb':
  Fix struct initializer for balls.
parents 5559d6a4 e49f75eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {