Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Oct 28, 2024
1 parent 379f655 commit 74164b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class Camera : MonoBehaviour
{
private async Awaitable Start(int foo)
{
wait Awaitable.WaitForSecondsAsync(1);
await Awaitable.WaitForSecondsAsync(1);
}
}
";
Expand Down

0 comments on commit 74164b6

Please sign in to comment.