X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-instruction.h;h=3157f85edf3b52f6b7c8531863e54f13f8da83c2;hb=3d2017d929cb1c2ad49dec8e603d42b336a3da39;hp=3d0d64b76f7a0d30c11de418df5c1a7631cfdb49;hpb=ff234de0568247f0260a6d5402d18b2cc75e3d8f;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 3d0d64b..3157f85 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->GetFinalProjectionMatrix( index ); + return &mCamera->GetProjectionMatrix( index ); } private: