Skip to content

Commit 9bed892

Browse files
author
Krzysiek
committed
Removed delay when turning left faster.
1 parent c8e6c0b commit 9bed892

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Unity/Assets/Scripts/CarController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ private IEnumerator IndicatorCoroutine(string which)
8686

8787
private IEnumerator RotateCarLeftFasterCoroutine()
8888
{
89-
yield return new WaitForSeconds(0.5f);
9089
for (int i = 0; i < 10; i++)
9190
{
9291
transform.Rotate(Vector3.up, -4.5f);

0 commit comments

Comments
 (0)