Fix SVACE issue - missing break 72/199972/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 18 Feb 2019 04:23:10 +0000 (13:23 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 18 Feb 2019 04:23:10 +0000 (13:23 +0900)
Change-Id: Ic17215546c81e06fe7a91dbf2eb44cf53f9b4832

dali-toolkit/internal/visuals/texture-manager-impl.cpp

index 7847924..5e9910d 100644 (file)
@@ -663,6 +663,7 @@ void TextureManager::LoadOrQueueTexture( TextureInfo& textureInfo, TextureUpload
                                   textureInfo.useAtlas, textureInfo.atlasRect,
                                   textureInfo.preMultiplied );
       }
                                   textureInfo.useAtlas, textureInfo.atlasRect,
                                   textureInfo.preMultiplied );
       }
+      break;
     }
     case CANCELLED:
     case LOAD_FINISHED:
     }
     case CANCELLED:
     case LOAD_FINISHED: