From bd41399f55eb083d01f8e58fa213ece24d1e6452 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 9 May 2017 22:51:40 +0900 Subject: [PATCH] [Tizen] Initialize 'mDepthTreeDirty' member in stage-impl.cpp Change-Id: I44fa68e50c273e2b0be4f0f6a7136a5e6bcf88ce Signed-off-by: Seoyeon Kim --- dali/internal/event/common/stage-impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dali/internal/event/common/stage-impl.cpp b/dali/internal/event/common/stage-impl.cpp index 905cfba..1cd7cf3 100644 --- a/dali/internal/event/common/stage-impl.cpp +++ b/dali/internal/event/common/stage-impl.cpp @@ -705,7 +705,8 @@ Stage::Stage( AnimationPlaylist& playlist, mViewMode( MONO ), mStereoBase( DEFAULT_STEREO_BASE ), mTopMargin( 0 ), - mSystemOverlay(NULL) + mSystemOverlay(NULL), + mDepthTreeDirty( false ) { } -- 2.7.4