X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-instruction.h;h=3d0d64b76f7a0d30c11de418df5c1a7631cfdb49;hp=3157f85edf3b52f6b7c8531863e54f13f8da83c2;hb=d2bc18872d7b4f316b86a0897e6c9fabf67a1241;hpb=5395cfa5d5893fc92943ca52e499fc70ca5037fb diff --git a/dali/internal/render/common/render-instruction.h b/dali/internal/render/common/render-instruction.h index 3157f85..3d0d64b 100644 --- a/dali/internal/render/common/render-instruction.h +++ b/dali/internal/render/common/render-instruction.h @@ -121,7 +121,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 ); } private: