projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30393ad
)
rlottie: fix typo.
55/201955/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Thu, 21 Mar 2019 06:32:15 +0000
(15:32 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Thu, 21 Mar 2019 07:19:58 +0000
(16:19 +0900)
Change-Id: I137c66df39efcdf1d1cfcd457a38b09417ac053b
inc/rlottie.h
patch
|
blob
|
history
diff --git
a/inc/rlottie.h
b/inc/rlottie.h
index aef520035c3b624667e7f557070b2eeae8fe6018..3d6c967a637a3685710b927f035795714db03907 100644
(file)
--- a/
inc/rlottie.h
+++ b/
inc/rlottie.h
@@
-165,7
+165,7
@@
public:
*
* @internal
*/
- size_t drawRegionPosY() const {return mDrawArea.
x
;}
+ size_t drawRegionPosY() const {return mDrawArea.
y
;}
/**
* @brief Default constructor.