Skip to content

Commit

Permalink
Merge pull request #117 from AnnulusGames/remove-if-unitask
Browse files Browse the repository at this point in the history
Remove: #if LITMOTION_SUPPORT_UNITASK
  • Loading branch information
AnnulusGames committed Mar 20, 2024
2 parents b2684c1 + bf3595f commit ad19f52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/LitMotion/Assets/LitMotion/Runtime/MotionAwaiter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if LITMOTION_SUPPORT_UNITASK
using System;
using System.Runtime.CompilerServices;

Expand Down Expand Up @@ -37,5 +36,4 @@ public void UnsafeOnCompleted(Action continuation)
callbackData.OnCancelAction += continuation;
}
}
}
#endif
}

0 comments on commit ad19f52

Please sign in to comment.