Changing scenegraph sample to use arrays.
Change-Id: Ifa454d503c1445efcad6e31243b65d75e62e3035
This commit is contained in:
@@ -342,7 +342,7 @@ public class Element extends BaseObj {
|
||||
mElementNames = n;
|
||||
mArraySizes = as;
|
||||
for (int ct = 0; ct < mElements.length; ct++ ) {
|
||||
mSize += mElements[ct].mSize;
|
||||
mSize += mElements[ct].mSize * mArraySizes[ct];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user