Merge "Fixups following changes to actor traversal" into devel/master
authorDavid Steele <david.steele@samsung.com>
Mon, 12 Jun 2017 15:31:11 +0000 (15:31 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 12 Jun 2017 15:31:12 +0000 (15:31 +0000)
dali-toolkit/internal/visuals/texture-manager.cpp

index 21fda25..b113438 100644 (file)
@@ -450,7 +450,7 @@ void TextureManager::ApplyMask( PixelData pixelData, TextureId maskTextureId )
 
 void TextureManager::UploadTexture( PixelData pixelData, TextureInfo& textureInfo )
 {
-  if( textureInfo.useAtlas != USE_ATLAS );
+  if( textureInfo.useAtlas != USE_ATLAS )
   {
     DALI_LOG_INFO( gTextureManagerLogFilter, Debug::Concise, "  TextureManager::UploadTexture() New Texture for textureId:%d\n", textureInfo.textureId );