commit | 39f2ef6fed00a99c5c389e12c4597884027d4858 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <[email protected]> | Mon Oct 11 12:35:15 2010 -0700 |
committer | Alex Sakhartchouk <[email protected]> | Mon Oct 11 14:04:09 2010 -0700 |
tree | 337c8145414e6976904af71e0782467cc1266d02 | |
parent | 0977c94a4b83dd8ef6d3808160710ebbaa1b1768 [diff] [blame] |
Update allocation from bitmap. GL attribute cleanup in type. Change-Id: I504dcf6744ad13d65e068e784b6608c999ab48c6
diff --git a/rsElement.cpp b/rsElement.cpp index 0b9e28c..2becab0 100644 --- a/rsElement.cpp +++ b/rsElement.cpp
@@ -65,7 +65,7 @@ size_t total = 0; for (size_t ct=0; ct < mFieldCount; ct++) { - total += mFields[ct].e->mBits * mFields[ct].arraySize;; + total += mFields[ct].e->mBits * mFields[ct].arraySize; } return total; }