commit | 26ae3904e8050eae655722caf93ee5d3f0ab195a | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Mon Oct 11 12:35:15 2010 -0700 |
committer | Alex Sakhartchouk <alexst@google.com> | Mon Oct 11 14:04:09 2010 -0700 |
tree | 9dfbe324379dd9ea0067011fa85a62a348a66961 | |
parent | 3e6fee857a317d35b4861b8bb24a2d3e5e3e6fc2 [diff] [blame] |
Update allocation from bitmap. GL attribute cleanup in type. Change-Id: I504dcf6744ad13d65e068e784b6608c999ab48c6
diff --git a/libs/rs/rsElement.cpp b/libs/rs/rsElement.cpp index 0b9e28c..2becab0 100644 --- a/libs/rs/rsElement.cpp +++ b/libs/rs/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; }