aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp')
-rw-r--r--src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp b/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
index 30081093f2..46ff4750de 100644
--- a/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
+++ b/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
@@ -1736,7 +1736,7 @@ void Renderer::uploadBatch(Batch *b)
if (iCount == 0)
iCount = eg->vertexCount();
// merged Triangle strips need to contain degenerate triangles at the beginning and end.
- // One could save 2 ushorts here by ditching the the padding for the front of the
+ // One could save 2 ushorts here by ditching the padding for the front of the
// first and the end of the last, but for simplicity, we simply don't care.
if (g->drawingMode() == GL_TRIANGLE_STRIP)
iCount += sizeof(quint16);