Added a comment to explain FrameCallback behaviour 10/256910/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 14 Apr 2021 11:26:41 +0000 (12:26 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 14 Apr 2021 11:26:41 +0000 (12:26 +0100)
Change-Id: I713da28a82794c23af3b83deeb84d762855fecaf

dali/internal/update/manager/scene-graph-frame-callback.cpp

index 1f69bc0..924e7e9 100644 (file)
@@ -92,7 +92,7 @@ void FrameCallback::Invalidate()
 
 void FrameCallback::PropertyOwnerDestroyed(PropertyOwner& owner)
 {
-  mUpdateProxy.reset();
+  mUpdateProxy.reset(); // Root node is being destroyed so no point keeping the update-proxy either
 
   Invalidate();
 }