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

Commit 98c50c52 authored by Jason Sams's avatar Jason Sams
Browse files

Cleanup sample code.

Change-Id: Iac664f6a97e8a68f5227011ce0960d25e7d901b4
parent 19f773bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ int root(void) {
    robot2Ptr->transforms[1].w += 2.5f;
    robot2Ptr->isDirty = 1;

    rsForEach(gTransformRS, gRootNode->children, gRootNode->children, NULL, 0);
    rsForEach(gTransformRS, gRootNode->children, gRootNode->children);

    rsgClearColor(1.0f, 1.0f, 1.0f, 1.0f);
    rsgClearDepth(1.0f);