Merge "Don't pre-multiply on external images." into devel/master
authorDavid Steele <david.steele@samsung.com>
Thu, 18 Jan 2018 18:14:51 +0000 (18:14 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 18 Jan 2018 18:14:51 +0000 (18:14 +0000)
dali-toolkit/internal/visuals/texture-manager-impl.cpp

index 7f62d22..a12fae0 100644 (file)
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -144,6 +144,7 @@ TextureSet TextureManager::LoadTexture(
       {
         if( elem.textureId == id )
         {
+          preMultiplyOnLoad = TextureManager::MultiplyOnLoad::LOAD_WITHOUT_MULTIPLY;
           textureId = elem.textureId;
           return elem.textureSet;
         }