Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 219749df authored by Li Wenhao's avatar Li Wenhao
Browse files

the vertex index should be "first + i".

parent 8ecb36ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1517,7 +1517,7 @@ class GLLogWrapper extends GLWrapperBase {
        arg("count", count);
        startLogIndices();
        for (int i = 0; i < count; i++) {
            doElement(mStringBuilder, i, first + count);
            doElement(mStringBuilder, i, first + i);
        }
        endLogIndices();
        end();