rlottie: fix typo. 55/201955/1
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 21 Mar 2019 06:32:15 +0000 (15:32 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Thu, 21 Mar 2019 07:19:58 +0000 (16:19 +0900)
Change-Id: I137c66df39efcdf1d1cfcd457a38b09417ac053b

inc/rlottie.h

index aef520035c3b624667e7f557070b2eeae8fe6018..3d6c967a637a3685710b927f035795714db03907 100644 (file)
@@ -165,7 +165,7 @@ public:
      *
      *  @internal
      */
-    size_t drawRegionPosY() const {return mDrawArea.x;}
+    size_t drawRegionPosY() const {return mDrawArea.y;}
 
     /**
      *  @brief Default constructor.