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

Commit f075b4e7 authored by Jason Sams's avatar Jason Sams
Browse files

Fix fountain crash.

parent a6c402fb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,10 +31,11 @@ int main(int launchID) {
            np->b = b;
            np->a = 0xf0;
            newPart++;
            np++;
            if (newPart >= count) {
                newPart = 0;
                np = &p[newPart];
            }
            np++;
        }
    }