Cleanup sample code.

Change-Id: Iac664f6a97e8a68f5227011ce0960d25e7d901b4
This commit is contained in:
Jason Sams
2011-07-25 15:11:24 -07:00
parent 19f773bc96
commit 98c50c5293

View File

@@ -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);