Set default behavior in Layer - to fix target UTC fail 95/43995/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 16 Jul 2015 04:55:05 +0000 (13:55 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 16 Jul 2015 04:55:05 +0000 (13:55 +0900)
Change-Id: I0340dd33102594f2e619205103e0af2c2bc9aced

dali/internal/event/actors/layer-impl.cpp

index 990ed78..f70b3e3 100644 (file)
@@ -119,6 +119,7 @@ Layer::Layer( Actor::DerivedType type )
   mLayerList(NULL),
   mClippingBox(0,0,0,0),
   mSortFunction(Layer::ZValue),
+  mBehavior(Dali::Layer::LAYER_2D),
   mIsClipping(false),
   mDepthTestDisabled(false),
   mTouchConsumed(false),