X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-instruction.h;h=f40ec04fc7527eab361e3757ccec635ef9289fd9;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20200529.124241;hp=11523215d3407ca6d70b5923b7c176089deecdd9;hpb=bbbd986a3779df135740042b07321370deac2ba0;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-instruction.h b/dali/internal/render/common/render-instruction.h index 1152321..f40ec04 100644 --- a/dali/internal/render/common/render-instruction.h +++ b/dali/internal/render/common/render-instruction.h @@ -122,7 +122,7 @@ public: const Matrix* GetProjectionMatrix( BufferIndex index ) const { // inlined as this is called once per frame per render instruction - return &mCamera->GetProjectionMatrix( index ); + return &mCamera->GetFinalProjectionMatrix( index ); } // for reflection effect const Camera* GetCamera() const