Initialize m_dirty_texture member
authorGunnar Sletta <gunnar.sletta@digia.com>
Wed, 3 Jul 2013 08:09:39 +0000 (10:09 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 3 Jul 2013 09:32:53 +0000 (11:32 +0200)
Change-Id: I4fa2774aef9bc3258572d28425d1427151297358
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>

src/quick/scenegraph/util/qsgtexture.cpp

index a69f43f..078c86b 100644 (file)
@@ -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)