Fix SVACE error in core.h 67/183967/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 12 Jul 2018 17:11:38 +0000 (18:11 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 12 Jul 2018 17:11:38 +0000 (18:11 +0100)
Change-Id: I4c5724cd297f83506151b8a0511e0644986ab6f3

dali/integration-api/core.h

index 513e45f..4220e50 100644 (file)
@@ -75,6 +75,7 @@ public:
   UpdateStatus()
   : keepUpdating(false),
     needsNotification(false),
+    surfaceRectChanged(false),
     secondsFromLastFrame( 0.0f )
   {
   }