X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-instruction.h;h=8f59b132628f2cdc45a8ae0e3e40cb3265936011;hb=da8914ee5db2ff91a10c218abdce81ae5e4cd0a3;hp=91a48f4f8541ee8f4d535657c9e0d3d9c3459769;hpb=32af15b6a181decaafa18779327d414f7f437c2a;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 91a48f4..8f59b13 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->GetFinalProjectionMatrix( index ); + return &mCamera->GetProjectionMatrix( index ); } // for reflection effect const Camera* GetCamera() const