This is an automated email from the ASF dual-hosted git repository.
pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 01c1d53 Update Tween.as
01c1d53 is described below
commit 01c1d534057c8e6487934578d57d4c36df56e697
Author: pashminakazi <[email protected]>
AuthorDate: Mon Sep 21 19:45:22 2020 +0500
Update Tween.as
---
.../projects/Effects/src/main/royale/org/apache/royale/effects/Tween.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/Tween.as
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/Tween.as
index d573ebe..f78b553 100644
---
a/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/Tween.as
+++
b/frameworks/projects/Effects/src/main/royale/org/apache/royale/effects/Tween.as
@@ -561,7 +561,7 @@ public class Tween extends Effect
/**
* @private
*/
- protected function getCurrentValue(currentTime:Number):Object
+ /* protected */ public function getCurrentValue(currentTime:Number):Object
{
if (duration == 0)
{