Skip to content

Commit a95ca6b

Browse files
committed
fix: typo
1 parent d738655 commit a95ca6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/JCSUnity/Scripts/Effects/Tweener/JCS_ValueTweener.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ public void DoTween(float to)
158158
{
159159
DoTween(this.onValueReturn.Invoke(), to, this.mDuration, this.mEasing);
160160
}
161-
public void DoTwenn(float from, float to)
161+
public void DoTween(float from, float to)
162162
{
163163
DoTween(from, to, this.mDuration, this.mEasing);
164164
}
165-
public void DoTwenn(float from, float to, float duration)
165+
public void DoTween(float from, float to, float duration)
166166
{
167167
DoTween(from, to, duration, this.mEasing);
168168
}

0 commit comments

Comments
 (0)