From 14a1566fa034a88774a58a7200166dca6e080982 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 3 Jul 2013 10:09:39 +0200 Subject: [PATCH] Initialize m_dirty_texture member Change-Id: I4fa2774aef9bc3258572d28425d1427151297358 Reviewed-by: Mitch Curtis --- src/quick/scenegraph/util/qsgtexture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quick/scenegraph/util/qsgtexture.cpp b/src/quick/scenegraph/util/qsgtexture.cpp index a69f43f..078c86b 100644 --- a/src/quick/scenegraph/util/qsgtexture.cpp +++ b/src/quick/scenegraph/util/qsgtexture.cpp @@ -528,6 +528,7 @@ QSGPlainTexture::QSGPlainTexture() , m_texture_id(0) , m_has_alpha(false) , m_has_mipmaps(false) + , m_dirty_texture(false) , m_dirty_bind_options(false) , m_owns_texture(true) , m_mipmaps_generated(false) -- 2.7.4