Fix SVACE issue 86/151686/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 21 Sep 2017 13:08:50 +0000 (22:08 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 21 Sep 2017 13:09:28 +0000 (22:09 +0900)
- Added to missing break in switch statement at animated-image-visual.cpp:275

Change-Id: Id5792473b76684e4ab08bc73e6148912a41fdb31
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/internal/visuals/animated-image/animated-image-visual.cpp

index 9f775a1..acaede8 100644 (file)
@@ -274,6 +274,7 @@ void AnimatedImageVisual::DoSetProperty( Property::Index index,
       {
         mWrapModeU = Dali::WrapMode::Type::DEFAULT;
       }
+      break;
     }
     case Toolkit::ImageVisual::Property::WRAP_MODE_V:
     {