Merge change I51438c18 into eclair-mr2
* changes: the vertex index should be "first + i".
This commit is contained in:
@@ -1517,7 +1517,7 @@ class GLLogWrapper extends GLWrapperBase {
|
|||||||
arg("count", count);
|
arg("count", count);
|
||||||
startLogIndices();
|
startLogIndices();
|
||||||
for (int i = 0; i < count; i++) {
|
for (int i = 0; i < count; i++) {
|
||||||
doElement(mStringBuilder, i, first + count);
|
doElement(mStringBuilder, i, first + i);
|
||||||
}
|
}
|
||||||
endLogIndices();
|
endLogIndices();
|
||||||
end();
|
end();
|
||||||
|
|||||||
Reference in New Issue
Block a user