[Tizen] Partial rendering rotation does not work
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 1 Jun 2021 00:53:34 +0000 (09:53 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 1 Jun 2021 00:53:34 +0000 (09:53 +0900)
This reverts commit 71b1687a2c321128d7be58df6a67802a67743660.

dali/internal/render/common/render-manager.cpp

index 9263260..6fd2185 100644 (file)
@@ -476,6 +476,12 @@ void RenderManager::PreRender(Integration::Scene& scene, std::vector<Rect<int>>&
     return;
   }
 
+  // @TODO We need to do partial rendering rotation.
+  if( sceneObject && sceneObject->GetSurfaceOrientation() != 0 )
+  {
+    return;
+  }
+
   class DamagedRectsCleaner
   {
   public: