X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fmanager%2Fupdate-manager.cpp;h=852d5d4943ce8a8dba2e83935525fde2f6519b66;hb=a06eafa8babd0523af3b6935e2c900347f96bfb8;hp=ce5cfb80ab5f9df91fbdcea0457e6eec27582df6;hpb=e3609e24bff1c8b5b8d9c9684b773b72d6b0d884;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/manager/update-manager.cpp b/dali/internal/update/manager/update-manager.cpp index ce5cfb8..852d5d4 100644 --- a/dali/internal/update/manager/update-manager.cpp +++ b/dali/internal/update/manager/update-manager.cpp @@ -983,15 +983,6 @@ uint32_t UpdateManager::Update( float elapsedSeconds, DALI_LOG_INFO( gLogFilter, Debug::General, "Update: numberOfRenderTasks(%d), Render Instructions(%d)\n", numberOfRenderTasks, mImpl->renderInstructions.Count( bufferIndex ) ); - - - - // If any node is dirty, i.e. a property has changed or a child has been deleted, and we do not have any instructions to send, then generate a dummy instruction to force another render - if( ( mImpl->nodeDirtyFlags != NodePropertyFlags::NOTHING ) && ( mImpl->renderInstructions.Count( bufferIndex ) == 0 ) ) - { - DALI_LOG_INFO( gLogFilter, Debug::General, "Node flags dirty, creating dummy instruction\n" ); - mImpl->renderInstructions.GetNextInstruction( bufferIndex ); // This creates and adds an empty instruction. We do not need to modify it. - } } }