Fixed RenderTask bug when source actor is off-stage. 78/24078/1
authorPaul Wisbey <p.wisbey@samsung.com>
Fri, 13 Jun 2014 11:36:28 +0000 (20:36 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 13:15:27 +0000 (14:15 +0100)
commit3f96b029ae98a978bedea9ea59058dfe53d882af
tree31d2a454bd4faed08d4807791842679b6289f375
parent748fc3bd9bdebb4a44af56147d7580091385a4c0
Fixed RenderTask bug when source actor is off-stage.

[problem]      If a render-once RenderTask's source actor is off-stage, this will cause Dali to render continuously.
[cause]        The RenderTask is waiting, but not ready to render.
[solution]     Change update logic to only keepUpdating if a waiting task is ready.

Change-Id: I8f6e400a4f19ba731460bcda7e9ea83bd3593268
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
dali/internal/update/manager/update-manager.cpp