aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/context.h
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-09-09 15:51:37 +0200
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-09-09 16:56:50 +0300
commitccc5a0357c9b046ea89b63b221d96f85bd0bcd00 (patch)
tree9d0853b3541f55326b9464a05bab974a1efd32ab /src/plugins/scenegraph/softwarecontext/context.h
parentfa8b3f078318c5a2aa0dd48348f518083f08d2f7 (diff)
Fix rendering regressions with texture mirroring.
Change-Id: I8d48b9332712aa30857402a93a35c77f22fae221 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/context.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/context.h b/src/plugins/scenegraph/softwarecontext/context.h
index b8cd5bb066..0d734df943 100644
--- a/src/plugins/scenegraph/softwarecontext/context.h
+++ b/src/plugins/scenegraph/softwarecontext/context.h
@@ -68,8 +68,6 @@ public:
void render(QPixmap *target);
QRect m_projectionRect;
- bool m_mirrorHorizontal;
- bool m_mirrorVertical;
};
class RenderContext : public QSGRenderContext