TextureManager "if" clause error 18/133318/2
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 9 Jun 2017 17:26:11 +0000 (18:26 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 9 Jun 2017 17:28:51 +0000 (17:28 +0000)
Change-Id: Idba7a1601273a8689dbfd1db3c6fb827dd3e3d7e

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 );