Skip to content

Commit c5756fb

Browse files
committed
Exposing CancelTweensForId for use in external extensions
1 parent 4a89495 commit c5756fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/Tween/TweenExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private static void CompleteTween(int id)
149149
_tweenDict.Remove(id);
150150
}
151151

152-
private static void CancelTweensForId(int id)
152+
public static void CancelTweensForId(int id)
153153
{
154154
if (!_tweenDict.TryGetValue(id, out var tweenData))
155155
{

0 commit comments

Comments
 (0)