Cleanup sample code.
Change-Id: Iac664f6a97e8a68f5227011ce0960d25e7d901b4
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user