summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/opengl/qtriangulator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/opengl/qtriangulator_p.h b/src/gui/opengl/qtriangulator_p.h
index aae656790e..4e13e5bdd0 100644
--- a/src/gui/opengl/qtriangulator_p.h
+++ b/src/gui/opengl/qtriangulator_p.h
@@ -93,6 +93,7 @@ public:
else
indices16 = other.indices16;
+ t = other.t;
return *this;
}