From: Eunki, Hong Date: Tue, 15 Nov 2022 06:52:20 +0000 (+0900) Subject: Fix typo error X-Git-Tag: dali_2.2.2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F284303%2F1;p=platform%2Fcore%2Fuifw%2Fdali-core.git Fix typo error Maybe is this typo error? Change-Id: I450bd5ec74252f0c59616110aeb3f9b55b05d0e9 Signed-off-by: Eunki, Hong --- diff --git a/dali/internal/render/renderers/pipeline-cache.cpp b/dali/internal/render/renderers/pipeline-cache.cpp index 3f6bcc6..aefbe32 100644 --- a/dali/internal/render/renderers/pipeline-cache.cpp +++ b/dali/internal/render/renderers/pipeline-cache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -364,7 +364,7 @@ PipelineCacheL2* PipelineCacheL1::GetPipelineCacheL2(bool blend, bool premul, Bl auto& colorBlendState = l2.colorBlendState; colorBlendState.SetBlendEnable(true); Graphics::BlendOp rgbOp = ConvertBlendEquation(blendingOptions.GetBlendEquationRgb()); - Graphics::BlendOp alphaOp = ConvertBlendEquation(blendingOptions.GetBlendEquationRgb()); + Graphics::BlendOp alphaOp = ConvertBlendEquation(blendingOptions.GetBlendEquationAlpha()); if(blendingOptions.IsAdvancedBlendEquationApplied() && premul) { if(rgbOp != alphaOp)